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

/haiku-fatelf/src/apps/deskbar/
H A DWindowMenuItem.cpp61 bool currentWorkspace, bool dragging)
66 fCurrentWorkSpace(currentWorkspace),
102 bool currentWorkspace, bool dragging)
104 fModified = fCurrentWorkSpace != currentWorkspace || fMini != mini;
108 fCurrentWorkSpace = currentWorkspace;
60 TWindowMenuItem(const char* title, int32 id, bool mini, bool currentWorkspace, bool dragging) argument
101 SetTo(const char* title, int32 id, bool mini, bool currentWorkspace, bool dragging) argument
H A DSwitcher.cpp935 int32 currentWorkspace = current_workspace(); local
951 && (windowInfo->workspaces & (1 << currentWorkspace)) == 0) {
970 if ((windowInfo->workspaces & (1 << currentWorkspace)) == 0) {
2319 int32 currentWorkspace = current_workspace(); local
2320 if ((windowInfo->workspaces & (1 << currentWorkspace)) == 0)
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp1224 int32 currentWorkspace = 1 << current_workspace(); local
1228 if (window->Workspaces() & currentWorkspace)
/haiku-fatelf/src/apps/terminal/
H A DTermWindow.cpp1917 uint32 currentWorkspace = 1L << current_workspace(); local
1929 if (!info->minimized && (info->workspaces & currentWorkspace) != 0)

Completed in 101 milliseconds