Searched refs:window (Results 1 - 25 of 388) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerApp.cpp103 fWindowListLock("window list"),
165 ServerWindow* window = fWindowList.ItemAt(i); local
166 window->Quit();
177 ServerWindow* window = fWindowList.ItemAt(i); local
179 // A window could have been removed in the mean time
181 if (window == NULL)
184 sem_id deathSemaphore = window->DeathSemaphore();
187 // wait 3 seconds for our window to quit - that's quite a long
318 ServerApp::AddWindow(ServerWindow* window) argument
322 return fWindowList.AddItem(window);
327 RemoveWindow(ServerWindow* window) argument
348 const Window* window = serverWindow->Window(); local
376 const Window* window = serverWindow->Window(); local
554 Window* window = serverWindow->Window(); local
1142 Window* window = view->Window(); local
2988 Window* window = serverWindow->Window(); local
3731 ServerWindow *window = NULL; local
[all...]
/haiku/src/preferences/screen/
H A DScreenWindow.cpp998 // move window on screen, if necessary
1454 BAlert* window = new AlertWindow(this); local
1455 window->Go(NULL);
H A DScreenMode.cpp185 ScreenMode::ScreenMode(BWindow* window) argument
187 fWindow(window),
190 BScreen screen(window);
/haiku/src/kits/tracker/
H A DFSUtils.cpp535 // loc of -1 is used when copying/moving into a window in list mode
1112 // in which could happen if dragging from a query window
2057 // if it's a directory close the window and any child dir windows
2575 FSRecursiveCalcSize(BInfoWindow* window, CopyLoopControl* loopControl, argument
2581 // be sure window hasn't closed
2582 if (window && window->StopCalc())
2598 status = FSRecursiveCalcSize(window, loopControl, &subdir,
3416 // runs the Open With window
3500 // close possible parent window, i
[all...]
H A DContainerWindow.cpp133 // activate the window if no PoseView or DraggableContainerIcon had been
134 // pressed (those will activate the window themselves, if necessary)
150 BContainerWindow* window)
175 BMessage* message = window->AddOnMessage(B_TRACKER_ADDON_MESSAGE);
179 (*populateMenu)(message, menu, window->PoseView());
243 BContainerWindow* window, BMenu* menu)
254 AddOnMenuGenerate(addOnRef, menu, window);
491 // do not offset desktop window
521 // this will close the window instantly, even if
586 // to acquire the window lis
149 AddOnMenuGenerate(const entry_ref* addOnRef, BMenu* menu, BContainerWindow* window) argument
241 AddOneAddOn(const Model* model, const char* name, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu) argument
2894 EachAddOn(bool (eachAddOn)const Model*, const char*, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu), void* passThru, BStringList& mimeTypes, BMenu* menu) argument
4210 WindowStateNodeOpener(BContainerWindow* window, bool forWriting) argument
4319 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window()); local
4338 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window()); local
4365 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window()); local
[all...]
H A DTextWidget.cpp314 BContainerWindow* window = dynamic_cast<BContainerWindow*>( local
316 ThrowOnAssert(window != NULL);
318 BPoseView* view = window->PoseView();
337 // the BTextView doesn't respect window borders when resizing itself;
362 BContainerWindow* window = dynamic_cast<BContainerWindow*>( local
364 ThrowOnAssert(window != NULL);
366 BPoseView* view = window->PoseView();
369 // the BTextView doesn't respect window borders when resizing itself;
H A DTracker.cpp292 // open desktop window
312 // add the root icon to desktop window
347 BWindow* window = NULL; local
348 while ((window = WindowAt(index++)) != NULL) {
349 if (window == fSettingsWindow) {
372 BContainerWindow* window local
375 if (window != NULL && window->Lock()) {
376 if (window->TargetModel() != NULL
377 && !window
633 BContainerWindow* window = dynamic_cast<BContainerWindow*>( local
729 BContainerWindow* window = FindParentContainerWindow(&ref); local
760 BContainerWindow* window = FindParentContainerWindow(&ref); local
1076 BContainerWindow* window = NULL; local
1212 BDeskWindow* window = dynamic_cast<BDeskWindow*>( local
1231 BContainerWindow* window = dynamic_cast<BContainerWindow*>( local
1254 BContainerWindow* window = dynamic_cast<BContainerWindow*> local
1289 BContainerWindow* window = dynamic_cast<BContainerWindow*>( local
1306 BInfoWindow* window = dynamic_cast<BInfoWindow*>( local
1322 BQueryContainerWindow* window = dynamic_cast<BQueryContainerWindow*>( local
1343 BQueryContainerWindow* window local
1373 BContainerWindow* window = dynamic_cast<BContainerWindow*>( local
1400 BContainerWindow* window = dynamic_cast<BContainerWindow*>( local
1420 BContainerWindow* window = closeList.ItemAt(index); local
1434 BWindow* window = fWindowList.ItemAt(index); local
1457 BWindow* window = WindowAt(index); local
1467 BWindow* window = fWindowList.ItemAt(index); local
1652 BContainerWindow* window = FindContainerWindow(&resolvedChild); local
1694 CloseParentWindowCommon(BContainerWindow* window) argument
1713 BContainerWindow* window = FindContainerWindow(parent); local
[all...]
H A DPoseView.cpp339 BContainerWindow* window = ContainerWindow(); local
372 // populate the window
373 if (window != NULL && window->IsTrash())
562 // recover if desktop window view state set wrong
580 // recover if desktop window view state set wrong
929 BContainerWindow* window = ContainerWindow(); local
930 if (window == NULL)
933 window->PulseTaskLoop();
936 // update item count view in window i
1401 BWindow* window = dynamic_cast<BWindow*>(lock.Looper()); local
1668 BContainerWindow* window = ContainerWindow(); local
3103 BContainerWindow* window = ContainerWindow(); local
4500 BContainerWindow* window = NULL; local
5187 BContainerWindow* window = ContainerWindow(); local
5200 MoveSelectionInto(TargetModel(), srcWindow, window, buttons, dropPoint, local
5291 MetaMimeChangedAccumulator(void (BPoseView::*func)(const char* type, const char* preferredApp), BContainerWindow* window, const char* type, const char* preferredApp) argument
7112 BContainerWindow* window = ContainerWindow(); local
7373 BContainerWindow* window = ContainerWindow(); local
7391 BContainerWindow* window = ContainerWindow(); local
9926 BWindow* window = item->Submenu()->Window(); local
9956 BContainerWindow* window = ContainerWindow(); local
[all...]
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp152 SettingsWindow::_RelativeTo(BWindow* window) argument
154 BRect frame = window->Frame();
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp373 AboutWindow* window = new(std::nothrow) AboutWindow(); local
374 if (window != NULL)
375 window->Show();
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp74 # define PROBE(buffer, window) \
82 window, fSendWindow, (fSendMax - fSendUnacknowledged).Number(), \
85 # define PROBE(buffer, window) do { } while (0)
93 Receive(TCPEndpoint* endpoint, tcp_segment_header& segment, uint32 window, argument
101 fWindow(window),
1034 // if we are opening the window, check if we should send an ACK
1595 // (known as header prediction - the segment must not change the window,
1633 TRACE(" Receive(): segment out of window, next: %" B_PRIu32
1675 // TODO: Check this! Why do we advertize a window outside of what we should
1678 // the window mus
2135 uint32 window = segment.AdvertisedWindow(fReceiveWindowShift) local
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.cpp234 // get the saved window position and workspaces
238 // make sure the window is still on screen
263 // Announce our window as no longer minimized. That's not true, since it's
502 .AddMenu(B_TRANSLATE_COMMENT("Terminal", "The title for the main window"
512 .AddItem(B_TRANSLATE("Close window"), B_QUIT_REQUESTED, 'W',
1072 // window title changed message from SetTitleDialog
1084 // updates the window title as a side effect
1306 // because the user hit 'Cancel' in the page setup window, in
1381 // If it's the first time we're called, setup the window
1705 // window titl
2091 _MoveWindowInScreen(BWindow* window) argument
[all...]
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp31 class window : public BWindow { class in inherits:BWindow
33 window() : function in class:window
34 BWindow(BRect(100, 100, 400, 300), "test window", B_DOCUMENT_WINDOW, B_QUIT_ON_WINDOW_CLOSE)
66 (new window())->Show();
H A DOutlineListViewTest.cpp277 BWindow* window = new BWindow(BRect(50, 50, 550, 550), name, local
282 window->AddChild(view);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp90 with a pointer to the window structure are provided to the background thread
95 UserLoginWindow* window; member in struct:CreateAccountThreadData
105 UserLoginWindow* window; member in struct:CreateAccountSetupThreadData
117 UserLoginWindow* window; member in struct:AuthenticateSetupThreadData
315 HDERROR("failed to setup for account setup - window must quit");
497 threadData->window = this;
512 threadData->window->_AuthenticateThread(*(threadData->credentials));
513 threadData->window->_SetWorkerThreadLocked(-1);
598 window to a situation where the user can try again.
623 the window et
1444 UserUsageConditionsWindow* window = new UserUsageConditionsWindow( local
[all...]
H A DRatePackageWindow.cpp48 // window look.
314 // if the user presses escape, close the window.
469 RatePackageWindow* window = reinterpret_cast<RatePackageWindow*>(data); local
470 window->_QueryRatingThread();
529 HDERROR("rating query: Failed to lock window");
614 RatePackageWindow* window = reinterpret_cast<RatePackageWindow*>(data); local
615 window->_SendRatingThread();
624 HDERROR("upload rating: Failed to lock window");
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2199 BWindow* window = view->Window(); local
2200 bool isDesktop = window
2201 && window->Feel() == kDesktopWindowFeel
2202 && window->Look() == kDesktopWindowLook
H A DMenu.cpp484 BMenuWindow* window = dynamic_cast<BMenuWindow*>(Window());
485 if (window == NULL)
490 window->GetSteps(&smallStep, &largeStep);
498 window->TryScrollBy(deltaY);
573 BMenuWindow* window = dynamic_cast<BMenuWindow*>(Window()); local
574 if (window == NULL || !window->HasScrollers())
580 window->GetSteps(NULL, &largeStep);
581 window->TryScrollBy(deltaY * largeStep);
1591 BMenuWindow* window
1661 BMenuWindow* window = dynamic_cast<BMenuWindow*>(Window()); local
2051 BMenuWindow* window = static_cast<BMenuWindow*>(Window()); local
2435 BWindow* window = Window(); local
3312 BMenuWindow* window = static_cast<BMenuWindow*>(Window()); local
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp489 BWindow* window = Window(); local
490 if (window != NULL) {
491 BView* view = window->FindView("Status");
647 // we were obviously added to a standard window - let's add a dragger
800 BAboutWindow* window = new BAboutWindow( local
810 window->AddCopyright(2006, "Haiku, Inc.");
811 window->AddAuthors(authors);
813 window->Show();
H A DPowerStatus.cpp130 B_TRANSLATE("You can run PowerStatus in a window "
131 "or install it in the Deskbar."), B_TRANSLATE("Run in window"),
150 BWindow* window = new PowerStatusWindow(); local
151 window->Show();
158 BWindow* window = WindowAt(0); local
159 if (window == NULL)
162 BView* view = window->FindView(kDeskbarItemName);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp360 BAboutWindow* window = new BAboutWindow(kAppName, kSignature); local
362 // create the about window
376 window->AddCopyright(2006, "Haiku, Inc.", extraCopyrights);
377 window->AddAuthors(authors);
379 window->Show();
1004 BWindow* window = Window();
1005 if (window == NULL)
1020 if (window->Bounds() == Frame()) {
1021 window->SetSizeLimits(kMinimumWidthCompact,
1024 window
[all...]
/haiku/src/apps/deskbar/
H A DSwitcher.cpp64 // allows you to press 's' to keep the switcher window on screen
206 TSwitcherWindow* window, TIconView* iconView);
258 // The window list is always ordered from the top front visible window
261 // layer > 2 : normal visible window
262 // layer == 2 : reserved for the desktop window (visible also)
263 // layer < 2 : hidden (0) and non workspace visible window (1)
281 // is_mini (true means that the window is minimized).
282 // if not, then show_hide >= 1 means that the window is hidden.
283 // If the window i
1230 TBox(BRect bounds, TSwitchManager* manager, TSwitcherWindow* window, TIconView* iconView) argument
2186 TWindowView(BRect rect, TSwitchManager* manager, TSwitcherWindow* window) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c2419 /* Set scheduler window size and frame limit. */
2478 cmd.window = IWM_FRAME_LIMIT;
3791 /* We only support a fixed Tx aggregation window size, for now. */
5841 * in firmware's BA window. Firmware is not going to retransmit any
5842 * frames before its BA window so mark them all as done.
5930 * Update Tx rate statistics for A-MPDUs before firmware's BA window.
6004 * firmware decides to shift this window forward.
6010 * The firmware's new BA window starting sequence number
6027 * in firmware's BA window. Firmware is not going to retransmit any
6028 * frames before its BA window s
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2190 BWindow* window = view->Window(); local
2191 bool isDesktop = window != NULL
2192 && window->Feel() == kDesktopWindowFeel
2193 && window->Look() == kDesktopWindowLook
/haiku/src/bin/desklink/
H A Ddesklink.cpp77 BWindow* window = new VolumeWindow(BRect(200, 150, 400, 200)); local
78 window->Show();
80 wait_for_thread(window->Thread(), NULL);
160 "--volume-control: show window with global volume control.\n"

Completed in 192 milliseconds

1234567891011>>