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

12

/haiku/headers/os/app/
H A DApplication.h74 int32 CountWindows() const;
/haiku/headers/private/interface/
H A DWindowStack.h29 int32 CountWindows();
/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/diskprobe/
H A DDiskProbe.cpp270 if (CountWindows() != 1)
296 for (int32 i = CountWindows(); i-- > 0; ) {
/haiku/src/apps/launchbox/
H A DApp.cpp96 string << CountWindows() + 1;
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp190 for (int32 i = CountWindows() - 1; i >= 0; i--) {
/haiku/src/apps/resedit/
H A DApp.cpp38 // CountWindows() needs to be used instead of fWindowCount because the registration
40 // counted in CountWindows().
41 if (CountWindows() < 2)
/haiku/src/apps/showimage/
H A DShowImageApp.cpp95 if (CountWindows() == kWindowsToIgnore)
145 if (!IsLaunching() && CountWindows() <= kWindowsToIgnore) {
210 const int32 count = CountWindows();
/haiku/src/apps/text_search/
H A DGrepApp.cpp101 if (CountWindows() == 0)
104 if (CountWindows() == 1 && fQuitter == NULL) {
H A DGrepWindow.cpp600 int32 windowCount = be_app->CountWindows();
/haiku/src/bin/
H A Dspybmessage.cpp97 i = be_app->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/kits/interface/
H A DWindowStack.cpp117 BWindowStack::CountWindows() function in class:BWindowStack
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp172 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/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...]
/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/apps/stylededit/
H A DStyledEditWindow.cpp1081 numWindows = be_app->CountWindows();
/haiku/src/kits/tracker/
H A DStatusWindow.cpp257 int32 count = be_app->CountWindows();
340 int32 count = be_app->CountWindows();
H A DTracker.cpp1455 int32 count = CountWindows();
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp209 if (CountWindows() != 1)
/haiku/src/servers/app/
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++) {

Completed in 334 milliseconds

12