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

/haiku/src/servers/app/
H A DWorkspace.h34 { return fCurrentWorkspace; }
48 bool fCurrentWorkspace; member in class:Workspace
H A DWorkspace.cpp86 fCurrentWorkspace(index == desktop.CurrentWorkspace())
132 if (fCurrentWorkspace)
154 if (fCurrentWorkspace)
H A DDesktop.cpp427 fCurrentWorkspace(0),
751 workspace = fCurrentWorkspace;
762 if (workspace == fCurrentWorkspace) {
807 if (workspace == fCurrentWorkspace)
820 workspace = fCurrentWorkspace;
825 if (workspace == fCurrentWorkspace) {
852 workspace = fCurrentWorkspace;
857 if (workspace == fCurrentWorkspace) {
914 if (workspace == fCurrentWorkspace) {
1002 || index == fCurrentWorkspace) {
[all...]
H A DWindow.h225 { fCurrentWorkspace = index; }
227 { return fCurrentWorkspace; }
432 int32 fCurrentWorkspace; member in class:Window
H A DDesktop.h164 { return fCurrentWorkspace; }
354 int32 fCurrentWorkspace; member in class:Desktop
H A DWindow.cpp114 fCurrentWorkspace(-1),
1152 return fCurrentWorkspace >= 0 && fCurrentWorkspace < kWorkingList;
1439 for (Window* window = NextWindow(fCurrentWorkspace); window != NULL;
1440 window = window->NextWindow(fCurrentWorkspace)) {
1463 workspace = fCurrentWorkspace;
1499 workspace = fCurrentWorkspace;

Completed in 63 milliseconds