Lines Matching refs:window

133 	// 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 list while this container window is unlocked
777 // desktop window
931 // disks window that doesn't collide with the desktop
936 // look for background image info in the window's node
981 // look for background image info in the window's node
1129 // filter out attributes that are not related to window position
1264 // make sure entire window fits on screen
1488 // window navigation, it might not be.
1500 // Update window title
1573 // Close the "Desktop" window, but not the Desktop
2006 // add equivalents of the menu shortcuts to the menuless desktop window
2136 // if we weren't passed a ref then we're navigating this window
2670 // clicked on a window, show window context menu
2678 // context menu invalid or popup window is already open
2782 // create context sensitive menu for empty area of window
2896 BContainerWindow* window, BMenu* menu),
3529 // Add MIME type in case we're a default query type window
3718 // this is our destination node, whatever it is for this window
3737 // when getting state from parent, stagger the window
3748 // a window, that's probably not a problem; would be OK if state
3774 // parts that do not apply, adding a window stagger, etc.
3797 // don't restore any window state if we are the Desktop
3836 // restore window decor settings
3855 // don't restore any window state if we are the Desktop
3892 // restore window decor settings
3908 // don't save window state if we are the Desktop
4023 // The window is already there, just bring it close
4119 // command + option results in closing the parent window
4210 WindowStateNodeOpener::WindowStateNodeOpener(BContainerWindow* window,
4217 if (window->TargetModel() && window->TargetModel()->IsRoot()) {
4223 } else if (window->TargetModel()){
4224 fModelOpener = new ModelNodeLazyOpener(window->TargetModel(),
4319 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window());
4320 if (window == NULL)
4323 if (window->PoseView()->IsFocus())
4338 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window());
4339 if (window == NULL)
4344 if (focused && window->IsActive() && fEnableBorderHighlight) {
4349 BScrollBar* hScrollBar = window->PoseView()->HScrollBar();
4353 BScrollBar* vScrollBar = window->PoseView()->VScrollBar();
4365 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window());
4366 if (window != NULL)
4367 window->PulseTaskLoop();