Searched refs:newWorkspaces (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/icon-o-matic/
H A DMainWindow.h67 uint32 newWorkspaces);
H A DMainWindow.cpp636 MainWindow::WorkspacesChanged(uint32 oldWorkspaces, uint32 newWorkspaces) argument
638 BWindow::WorkspacesChanged(oldWorkspaces, newWorkspaces);
640 if((1 << current_workspace() & newWorkspaces) != 0)
/haiku/headers/os/game/
H A DDirectWindow.h82 uint32 newWorkspaces);
/haiku/src/kits/game/
H A DDirectWindow.cpp237 BDirectWindow::WorkspacesChanged(uint32 oldWorkspaces, uint32 newWorkspaces) argument
239 inherited::WorkspacesChanged(oldWorkspaces, newWorkspaces);
/haiku/src/apps/terminal/
H A DTermWindow.h78 uint32 newWorkspaces);
H A DTermWindow.cpp1579 TermWindow::WorkspacesChanged(uint32 oldWorkspaces, uint32 newWorkspaces) argument
/haiku/src/apps/webpositive/
H A DBrowserWindow.h120 uint32 newWorkspaces);
H A DBrowserWindow.cpp1303 BrowserWindow::WorkspacesChanged(uint32 oldWorkspaces, uint32 newWorkspaces) argument
/haiku/src/servers/app/
H A DWorkspacesView.cpp557 uint32 newWorkspaces = (fSelectedWindow->Workspaces() local
561 newWorkspaces);
H A DDesktop.h305 uint32 oldWorkspaces, uint32 newWorkspaces);
H A DWindow.h206 uint32 newWorkspaces);
H A DWindow.cpp1035 Window::WorkspacesChanged(uint32 oldWorkspaces, uint32 newWorkspaces) argument
1037 fWorkspaces = newWorkspaces;
1042 changedMsg.AddInt32("new", newWorkspaces);
H A DDesktop.cpp3239 uint32 newWorkspaces)
3241 if (oldWorkspaces == newWorkspaces)
3254 if (!workspace_in_workspaces(i, newWorkspaces)) {
3269 if (workspace_in_workspaces(i, newWorkspaces)) {
3293 if ((newWorkspaces & (1L << i)) != 0) {
3307 NotifyWindowWorkspacesChanged(window, newWorkspaces);
3238 _ChangeWindowWorkspaces(Window* window, uint32 oldWorkspaces, uint32 newWorkspaces) argument
H A DServerWindow.cpp859 uint32 newWorkspaces; local
860 if (link.Read<uint32>(&newWorkspaces) != B_OK)
864 Title(), newWorkspaces));
866 fDesktop->SetWindowWorkspaces(fWindow.Get(), newWorkspaces);
/haiku/headers/os/interface/
H A DWindow.h123 uint32 newWorkspaces);
/haiku/src/kits/interface/
H A DWindow.cpp890 uint32 newWorkspaces; local
891 if (message->FindInt32("data", (int32*)&newWorkspaces) == B_OK) {
892 SetWorkspaces(newWorkspaces);
1347 BWindow::WorkspacesChanged(uint32 oldWorkspaces, uint32 newWorkspaces) argument

Completed in 262 milliseconds