Home
last modified time | relevance | path

Searched refs:windowToCheck (Results 1 – 9 of 9) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_MainWindow.cpp773 void MainWindowList::checkWindowBounds (MainWindow& windowToCheck) in checkWindowBounds() argument
779 if (otherWindow == nullptr || otherWindow == &windowToCheck) in checkWindowBounds()
782 auto boundsToCheck = windowToCheck.getScreenBounds(); in checkWindowBounds()
795 windowToCheck.setBounds (boundsToCheck.translated (dx, dy)); in checkWindowBounds()
802 auto windowBounds = windowToCheck.getScreenBounds(); in checkWindowBounds()
805 if (auto* peer = windowToCheck.getPeer()) in checkWindowBounds()
814 windowToCheck.setTopLeftPosition (constrainedTopLeft); in checkWindowBounds()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DKeyEventHandler.cpp293 nsCOMPtr<nsPIDOMWindowOuter> windowToCheck; in DispatchXBLCommand() local
295 windowToCheck = windowRoot->GetWindow(); in DispatchXBLCommand()
297 windowToCheck = privateWindow->GetPrivateRoot(); in DispatchXBLCommand()
301 if (windowToCheck) { in DispatchXBLCommand()
304 windowToCheck, nsFocusManager::eIncludeAllDescendants, in DispatchXBLCommand()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DKeyEventHandler.cpp281 nsCOMPtr<nsPIDOMWindowOuter> windowToCheck; in DispatchXBLCommand() local
283 windowToCheck = windowRoot->GetWindow(); in DispatchXBLCommand()
285 windowToCheck = privateWindow->GetPrivateRoot(); in DispatchXBLCommand()
289 if (windowToCheck) { in DispatchXBLCommand()
292 windowToCheck, nsFocusManager::eIncludeAllDescendants, in DispatchXBLCommand()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DKeyEventHandler.cpp293 nsCOMPtr<nsPIDOMWindowOuter> windowToCheck; in DispatchXBLCommand() local
295 windowToCheck = windowRoot->GetWindow(); in DispatchXBLCommand()
297 windowToCheck = privateWindow->GetPrivateRoot(); in DispatchXBLCommand()
301 if (windowToCheck) { in DispatchXBLCommand()
304 windowToCheck, nsFocusManager::eIncludeAllDescendants, in DispatchXBLCommand()
/dports/www/firefox/firefox-99.0/dom/events/
H A DKeyEventHandler.cpp297 nsCOMPtr<nsPIDOMWindowOuter> windowToCheck; in DispatchXBLCommand() local
299 windowToCheck = windowRoot->GetWindow(); in DispatchXBLCommand()
301 windowToCheck = privateWindow->GetPrivateRoot(); in DispatchXBLCommand()
305 if (windowToCheck) { in DispatchXBLCommand()
308 windowToCheck, nsFocusManager::eIncludeAllDescendants, in DispatchXBLCommand()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLPrototypeHandler.cpp467 nsCOMPtr<nsPIDOMWindowOuter> windowToCheck; in DispatchXBLCommand() local
469 windowToCheck = windowRoot->GetWindow(); in DispatchXBLCommand()
471 windowToCheck = privateWindow->GetPrivateRoot(); in DispatchXBLCommand()
474 if (windowToCheck) { in DispatchXBLCommand()
477 nsFocusManager::GetFocusedDescendant(windowToCheck, true, getter_AddRefs(focusedWindow)); in DispatchXBLCommand()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLPrototypeHandler.cpp502 nsCOMPtr<nsPIDOMWindowOuter> windowToCheck; in DispatchXBLCommand() local
504 windowToCheck = windowRoot->GetWindow(); in DispatchXBLCommand()
506 windowToCheck = privateWindow->GetPrivateRoot(); in DispatchXBLCommand()
509 if (windowToCheck) { in DispatchXBLCommand()
512 windowToCheck, nsFocusManager::eIncludeAllDescendants, in DispatchXBLCommand()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/
H A Djuce_VSTPluginFormat.cpp239 Window getChildWindow (Window windowToCheck) in getChildWindow() argument
246windowToCheck, &rootWindow, &parentWindow, &childWindows, &numChildren); in getChildWindow()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/format_types/
H A Djuce_VSTPluginFormat.cpp236 Window getChildWindow (Window windowToCheck) in getChildWindow() argument
243windowToCheck, &rootWindow, &parentWindow, &childWindows, &numChildren); in getChildWindow()