/haiku/src/tests/servers/app/stress_test/ |
H A D | main.cpp | 99 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 110 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 120 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 131 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 142 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 153 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 164 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 178 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived() 194 BWindow* window = WindowAt(rand() % CountWindows()); in MessageReceived()
|
/haiku/src/add-ons/tracker/zipomatic/ |
H A D | ZipOMatic.cpp | 118 window = WindowAt(i); in QuitRequested() 206 bWindow = WindowAt(windowCount++); in _UseExistingOrCreateNewWindow() 248 window = WindowAt(i); in _StopZipping()
|
/haiku/src/servers/app/stackandtile/ |
H A D | SATDecorator.cpp | 145 BRect groupFrame = group->WindowAt(0)->CompleteWindowFrame(); in AlterDeltaForSnap() 147 groupFrame = groupFrame | group->WindowAt(i)->CompleteWindowFrame(); in AlterDeltaForSnap()
|
H A D | StackAndTile.cpp | 169 SATWindow* targetWindow = currentGroup->WindowAt(i); in KeyPressed() 175 targetWindow = currentGroup->WindowAt(previousIndex); in KeyPressed() 179 targetWindow = currentGroup->WindowAt(nextIndex); in KeyPressed() 209 _ActivateWindow(group->WindowAt(0)); in KeyPressed() 220 _ActivateWindow(backmostGroup->WindowAt(0)); in KeyPressed() 246 _ActivateWindow(group->WindowAt(0)); in KeyPressed() 441 SATWindow* listWindow = group->WindowAt(i); in WindowMinimized()
|
H A D | SATWindow.cpp | 143 group->WindowAt(0)->_RestoreOriginalSize(false); in RemovedFromGroup() 207 && group->WindowAt(0)->GetWindow()->Feel() != B_NORMAL_WINDOW_FEEL) in FindSnappingCandidates()
|
H A D | Tiling.cpp | 51 && _IsTileableWindow(group->WindowAt(0)->GetWindow()) == false)) in FindSnappingCandidates() 78 fFreeAreaGroup->WindowAt(0)->DoGroupLayout(); in JoinCandidates()
|
/haiku/src/tests/servers/app/newerClipping/ |
H A D | Desktop.h | 59 WindowLayer* WindowAt(int32 index) const; 61 WindowLayer* WindowAt(const BPoint& where) const;
|
H A D | Desktop.cpp | 58 fClickedWindow = WindowAt(where); in MouseDown() 103 if (!fTracking && fFocusFollowsMouse && (window = WindowAt(where))) { in MouseMoved() 302 Desktop::WindowAt(int32 index) const in WindowAt() function in Desktop 316 Desktop::WindowAt(const BPoint& where) const in WindowAt() function in Desktop
|
/haiku/src/tests/kits/interface/bwindowstack/ |
H A D | WindowStackTest.cpp | 92 windowStack.WindowAt(i, messenger); in MessageReceived() 155 windowStack.WindowAt(0, messenger); in MessageReceived()
|
/haiku/src/preferences/printers/ |
H A D | Printers.cpp | 53 for (int32 i = 0; (w = WindowAt(i)) != NULL; i++) { in MessageReceived()
|
/haiku/headers/private/interface/ |
H A D | WindowStack.h | 31 status_t WindowAt(int32 position,
|
/haiku/src/apps/mail/ |
H A D | FindWindow.cpp | 74 while ((window = be_app->WindowAt(i++)) != NULL) { in DoFind() 208 while ((bool)(window = be_app->WindowAt(i++))) { in Find()
|
/haiku/src/tools/translation/inspector/ |
H A D | InspectorApp.cpp | 124 BWindow *pwin = WindowAt(0); in RefsReceived()
|
/haiku/src/apps/powerstatus/ |
H A D | PowerStatus.cpp | 158 BWindow* window = WindowAt(0); in AboutRequested()
|
/haiku/src/apps/mediaplayer/ |
H A D | MainApp.cpp | 90 for (int32 i = 0; BWindow* window = WindowAt(i); i++) { in QuitRequested() 191 MainWin* playerWindow = dynamic_cast<MainWin*>(WindowAt(i)); in RefsReceived() 340 for (int32 i = 0; BWindow* window = WindowAt(i); i++) { in _BroadcastMessage()
|
/haiku/src/kits/app/ |
H A D | Application.cpp | 763 BWindow* window = WindowAt(index); in ResolveSpecifier() 780 BWindow* window = WindowAt(i); in ResolveSpecifier() 935 BApplication::WindowAt(int32 index) const in WindowAt() function in BApplication 1226 BMessenger messenger(WindowAt(i)); in ScriptReceived() 1243 BWindow* window = WindowAt(index); in ScriptReceived() 1260 BWindow* window = WindowAt(i); in ScriptReceived() 1522 BWindow* window = WindowAt(index); in _WindowQuitLoop()
|
/haiku/src/apps/networkstatus/ |
H A D | NetworkStatus.cpp | 175 BWindow* window = WindowAt(0); in AboutRequested()
|
/haiku/src/preferences/repositories/ |
H A D | TaskTimer.cpp | 84 BRect windowFrame = be_app->WindowAt(0)->Frame(); in MessageReceived()
|
/haiku/src/apps/launchbox/ |
H A D | App.cpp | 164 for (int32 i = 0; BWindow* window = WindowAt(i); i++) { in _StoreSettingsIfNeeded()
|
/haiku/src/apps/showimage/ |
H A D | ShowImageApp.cpp | 213 BMessenger messenger(WindowAt(i)); in _BroadcastToWindows()
|
/haiku/src/kits/interface/ |
H A D | WindowStack.cpp | 135 BWindowStack::WindowAt(int32 position, BMessenger& messenger) in WindowAt() function in BWindowStack
|
/haiku/headers/os/app/ |
H A D | Application.h | 75 BWindow* WindowAt(int32 index) const;
|
/haiku/src/bin/ |
H A D | spybmessage.cpp | 99 BWindow *win = be_app->WindowAt(i-1); in MessageReceived()
|
/haiku/src/apps/webpositive/ |
H A D | BrowserApp.cpp | 415 for (int i = 0; BWindow* window = WindowAt(i); i++) { in QuitRequested() 530 for (int i = 0; BWindow* window = WindowAt(i); i++) { in _CreateNewPage()
|
/haiku/src/servers/app/ |
H A D | Window.cpp | 629 if (stack->WindowAt(0) != this) in ReloadDecor() 640 Window* window = stack->WindowAt(i); in ReloadDecor() 664 Window* window = stack->WindowAt(i); in ReloadDecor() 2221 Window* window = fCurrentStack->WindowAt(tab); in StackedWindowAt() 2341 WindowStack::WindowAt(int32 index) in WindowAt() function in WindowStack
|