Searched refs:IsNormal (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DDesktop.cpp1143 if (window->Workspaces() == 0 && window->IsNormal())
1170 if (!window->IsNormal()) {
1202 while (avoidsFront && avoidsFront->IsNormal()
1668 if (window->IsNormal() && workspaces == B_CURRENT_WORKSPACE)
1695 if (!window->IsNormal())
1698 if (window->IsNormal()) {
1723 if (!window->IsNormal())
1823 bool wasNormal = window->IsNormal();
1828 if (window->IsNormal() && !wasNormal)
1830 else if (!window->IsNormal()
[all...]
H A DWindow.h272 bool IsNormal() const;
H A DWindow.cpp1350 if (!IsNormal()) {
1362 if (!IsNormal())
1430 Window::IsNormal() const function in class:Window
1603 if (front != NULL && front->IsNormal()
1630 if (window == fDesktop->FrontWindow() && window->IsNormal())
H A DWorkspacesView.cpp555 if (fSelectedWindow->IsNormal() && !fSelectedWindow->InWorkspace(index)) {
H A DServerApp.cpp354 if (window->IsNormal() && !window->IsHidden()
382 if (window->IsNormal() && !window->IsHidden())

Completed in 129 milliseconds