Searched refs:CurrentWorkspace (Results 1 - 10 of 10) sorted by relevance

/haiku/src/servers/app/
H A DWorkspace.cpp86 fCurrentWorkspace(index == desktop.CurrentWorkspace())
H A DWorkspacesView.cpp382 BRect activeRect = _WorkspaceAt(Window()->Desktop()->CurrentWorkspace());
573 if (fSelectedWorkspace == Window()->Desktop()->CurrentWorkspace())
H A DDesktop.h163 int32 CurrentWorkspace() function in class:Desktop
H A DWindow.h226 int32 CurrentWorkspace() const function in class:Window
H A DDesktop.cpp1029 bool workspaceChanged = CurrentWorkspace() >= newCount;
1669 workspaces = workspace_to_workspaces(CurrentWorkspace());
1700 window->SetWorkspaces(workspace_to_workspaces(CurrentWorkspace()));
3259 if (i == CurrentWorkspace()) {
3273 if (i == CurrentWorkspace()) {
H A DServerApp.cpp104 fInitialWorkspace(desktop->CurrentWorkspace()),
985 fLink.Attach<int32>(fDesktop->CurrentWorkspace());
3064 workspace = fDesktop->CurrentWorkspace();
3185 index = fDesktop->CurrentWorkspace();
3213 index = fDesktop->CurrentWorkspace();
H A DWindow.cpp1616 return 1UL << fDesktop->CurrentWorkspace();
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp393 && fDesktop->CurrentWorkspace() != fWindow->CurrentWorkspace()) {
394 window_anchor& anchor = fWindow->Anchor(fWindow->CurrentWorkspace());
H A DStackAndTile.cpp744 fCurrentWindow->CurrentWorkspace());
H A DSATGroup.cpp532 int32 workspace = triggerWindow->GetWindow()->CurrentWorkspace();

Completed in 134 milliseconds