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

/haiku/src/kits/tracker/
H A DContainerWindow.h314 SelectionWindow* fSelectionWindow; member in class:BPrivate::BContainerWindow
H A DContainerWindow.cpp392 fSelectionWindow(NULL),
472 if (fSelectionWindow != NULL && fSelectionWindow->Lock())
473 fSelectionWindow->Quit();
4019 if (fSelectionWindow == NULL) {
4020 fSelectionWindow = new SelectionWindow(this);
4021 fSelectionWindow->Show();
4022 } else if (fSelectionWindow->Lock()) {
4024 fSelectionWindow->MoveCloseToMouse();
4025 if (fSelectionWindow
[all...]

Completed in 47 milliseconds