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

/haiku/src/servers/app/
H A DServerApp.h80 bool InWorkspace(int32 index) const;
H A DDesktop.cpp1150 bool windowOnOtherWorkspace = !window->InWorkspace(fCurrentWorkspace);
1180 if (!window->InWorkspace(fCurrentWorkspace)) {
1272 || !window->InWorkspace(fCurrentWorkspace)
1273 || (behindOf != NULL && !behindOf->InWorkspace(fCurrentWorkspace))) {
1345 if (window->InWorkspace(fCurrentWorkspace)
1396 if (window->InWorkspace(fCurrentWorkspace)) {
2380 || window->InWorkspace(fCurrentWorkspace))
3099 && window->InWorkspace(fCurrentWorkspace)
3570 if (window->IsHidden() || !window->InWorkspace(fCurrentWorkspace))
3725 if (!movedWindow->InWorkspace(inde
[all...]
H A DWindow.h266 bool InWorkspace(int32 index) const;
H A DWorkspacesView.cpp555 if (fSelectedWindow->IsNormal() && !fSelectedWindow->InWorkspace(index)) {
H A DWindow.cpp1397 Window::InWorkspace(int32 index) const function in class:Window
H A DServerApp.cpp336 ServerApp::InWorkspace(int32 index) const function in class:ServerApp
355 && window->InWorkspace(index))

Completed in 150 milliseconds