Searched refs:CountWindows (Results 26 - 29 of 29) sorted by path

12

/haiku/src/servers/app/
H A DWindow.cpp314 for (int32 i = 0; i < stack->CountWindows(); i++) {
343 for (int32 i = 0; i < stack->CountWindows(); i++) {
380 for (int32 i = 0; i < stack->CountWindows(); i++) {
407 for (int32 i = 0; i < stack->CountWindows(); i++) {
639 for (int32 i = 1; i < stack->CountWindows(); i++) {
663 for (int32 i = 0; i < stack->CountWindows(); i++) {
2122 if (fCurrentStack->CountWindows() == 1)
2192 if (position >= stack->CountWindows())
2334 WindowStack::CountWindows() function in class:WindowStack
H A DWindow.h50 int32 CountWindows();
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp299 if (stack->CountWindows() > 1 && _IsStackableWindow(window) == false)
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp73 long c = be_app->CountWindows();

Completed in 116 milliseconds

12