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

/haiku/src/servers/app/
H A DDesktop.h359 WindowList fFocusList; member in class:Desktop
H A DDesktop.cpp431 fFocusList(kFocusList),
1340 fFocusList.AddWindow(window);
1380 fFocusList.RemoveWindow(window);
2062 list = &fFocusList;
2071 Window* lastFocus = fFocusList.LastWindow();
2105 fFocusList.RemoveWindow(fFocus);
2106 fFocusList.AddWindow(fFocus);
3362 for (Window* front = fFocusList.LastWindow(); front != NULL;

Completed in 41 milliseconds