Searched refs:promptWindow (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1987 PromptWindow* promptWindow = new(std::nothrow) PromptWindow( local
1990 if (promptWindow == NULL)
1994 promptWindow->CenterOnScreen();
1995 promptWindow->Show();
2099 PromptWindow* promptWindow = new(std::nothrow) PromptWindow( local
2102 if (promptWindow == NULL)
2106 promptWindow->CenterOnScreen();
2107 promptWindow->Show();

Completed in 94 milliseconds