Home
last modified time | relevance | path

Searched refs:DispatchFocusChromeEvent (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerWindowClient.cpp130 nsContentUtils::DispatchFocusChromeEvent(window->GetOuterWindow()); in Run()
267 nsContentUtils::DispatchFocusChromeEvent(mWindow->GetOuterWindow()); in OnStateChange()
H A DServiceWorkerClients.cpp527 rv = nsContentUtils::DispatchFocusChromeEvent(window); in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/clients/manager/
H A DClientOpenWindowUtils.cpp261 nsresult rv = nsContentUtils::DispatchFocusChromeEvent(aOuterWindow); in WaitForLoad()
H A DClientSource.cpp432 nsresult rv = nsContentUtils::DispatchFocusChromeEvent(outer); in Focus()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/notification/
H A DNotification.cpp296 nsContentUtils::DispatchFocusChromeEvent(mWindow->GetOuterWindow()); in Run()
1285 nsContentUtils::DispatchFocusChromeEvent(window->GetOuterWindow()); in Observe()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.h1198 static nsresult DispatchFocusChromeEvent(nsPIDOMWindowOuter* aWindow);
H A DnsContentUtils.cpp4047 nsContentUtils::DispatchFocusChromeEvent(nsPIDOMWindowOuter* aWindow) in DispatchFocusChromeEvent() function in nsContentUtils
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h1432 static nsresult DispatchFocusChromeEvent(nsPIDOMWindowOuter* aWindow);
H A DnsContentUtils.cpp4262 nsresult nsContentUtils::DispatchFocusChromeEvent(nsPIDOMWindowOuter* aWindow) { in DispatchFocusChromeEvent() function in nsContentUtils
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.cpp9403 if (NS_FAILED(nsContentUtils::DispatchFocusChromeEvent(domWin))) { in InternalLoad()