Searched refs:CountWindows (Results 1 - 25 of 29) sorted by last modified time

12

/haiku/src/apps/text_search/
H A DGrepWindow.cpp600 int32 windowCount = be_app->CountWindows();
H A DGrepApp.cpp101 if (CountWindows() == 0)
104 if (CountWindows() == 1 && fQuitter == NULL) {
/haiku/src/apps/deskbar/
H A DSwitcher.cpp803 int32 max = CountWindows(fCurrentIndex);
1106 TSwitchManager::CountWindows(int32 groupIndex, bool ) function in class:TSwitchManager
1542 int32 maxIndex = fManager->CountWindows(groupIndex) - 1;
H A DSwitcher.h75 int32 CountWindows(int32 groupIndex,
/haiku/src/kits/tracker/
H A DTracker.cpp1455 int32 count = CountWindows();
H A DStatusWindow.cpp257 int32 count = be_app->CountWindows();
340 int32 count = be_app->CountWindows();
/haiku/src/servers/app/
H A DWindow.h50 int32 CountWindows();
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 DDesktop.cpp1313 for (int32 i = 0; i < stack->CountWindows(); i++) {
1467 for (int32 s = 0; s < stack->CountWindows(); s++) {
1673 for (int32 s = 0; s < stack->CountWindows(); s++) {
3733 for (int32 s = 0; s < stack->CountWindows(); s++) {
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1081 numWindows = be_app->CountWindows();
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp209 if (CountWindows() != 1)
/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();
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp83 string << windowStack.CountWindows();
86 int32 stackWindowCount = windowStack.CountWindows();
/haiku/src/kits/app/
H A DApplication.cpp761 index = CountWindows() - index;
927 BApplication::CountWindows() const function in class:BApplication
1223 int32 count = CountWindows();
1240 index = CountWindows() - index;
1259 for (int32 i = 0; i < CountWindows(); i++) {
1330 err = reply.AddInt32("result", CountWindows());
/haiku/src/apps/launchbox/
H A DApp.cpp96 string << CountWindows() + 1;
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp270 if (CountWindows() != 1)
296 for (int32 i = CountWindows(); i-- > 0; ) {
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp77 if (CountWindows() == 0)
92 if (CountWindows() == 0)
109 if (CountWindows() <= 0)
183 if (CountWindows() <= 0)
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp190 for (int32 i = CountWindows() - 1; i >= 0; i--) {
/haiku/headers/os/app/
H A DApplication.h74 int32 CountWindows() const;
/haiku/src/apps/showimage/
H A DShowImageApp.cpp95 if (CountWindows() == kWindowsToIgnore)
145 if (!IsLaunching() && CountWindows() <= kWindowsToIgnore) {
210 const int32 count = CountWindows();
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp172 long c = be_app->CountWindows();
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp190 int32 count = CountWindows();
286 // CountWindows
288 Desktop::CountWindows() const function in class:Desktop
320 int32 count = CountWindows();
609 int32 count = CountWindows();
625 int32 count = CountWindows();
H A DDesktop.h56 int32 CountWindows() const;
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp92 int32 action = CountWindows() > 1 ? rand() % 10 : 0;
99 BWindow* window = WindowAt(rand() % CountWindows());
110 BWindow* window = WindowAt(rand() % CountWindows());
120 BWindow* window = WindowAt(rand() % CountWindows());
131 BWindow* window = WindowAt(rand() % CountWindows());
142 BWindow* window = WindowAt(rand() % CountWindows());
153 BWindow* window = WindowAt(rand() % CountWindows());
164 BWindow* window = WindowAt(rand() % CountWindows());
178 BWindow* window = WindowAt(rand() % CountWindows());
194 BWindow* window = WindowAt(rand() % CountWindows());
[all...]

Completed in 151 milliseconds

12