Searched refs:fExpressionPromptWindow (Results 1 – 2 of 2) sorted by relevance
245 fExpressionPromptWindow(NULL), in TeamWindow()271 if (fExpressionPromptWindow != NULL) { in ~TeamWindow()272 if (fExpressionPromptWindow->Lock()) in ~TeamWindow()273 fExpressionPromptWindow->Quit(); in ~TeamWindow()523 if (fExpressionPromptWindow != NULL) { in MessageReceived()524 AutoLocker<BWindow> lock(fExpressionPromptWindow); in MessageReceived()526 fExpressionPromptWindow->Activate(true); in MessageReceived()529 fExpressionPromptWindow = ExpressionPromptWindow::Create( in MessageReceived()531 if (fExpressionPromptWindow != NULL) in MessageReceived()532 fExpressionPromptWindow->Show(); in MessageReceived()[all …]
260 ExpressionPromptWindow* fExpressionPromptWindow; variable