Searched refs:fSelectionWindow (Results 1 – 2 of 2) sorted by relevance
408 fSelectionWindow(NULL), in BContainerWindow()484 if (fSelectionWindow != NULL && fSelectionWindow->Lock()) in ~BContainerWindow()485 fSelectionWindow->Quit(); in ~BContainerWindow()4067 if (fSelectionWindow == NULL) { in ShowSelectionWindow()4068 fSelectionWindow = new SelectionWindow(this); in ShowSelectionWindow()4069 fSelectionWindow->Show(); in ShowSelectionWindow()4070 } else if (fSelectionWindow->Lock()) { in ShowSelectionWindow()4072 fSelectionWindow->MoveCloseToMouse(); in ShowSelectionWindow()4073 if (fSelectionWindow->IsHidden()) in ShowSelectionWindow()4074 fSelectionWindow->Show(); in ShowSelectionWindow()[all …]
301 SelectionWindow* fSelectionWindow; variable