Home
last modified time | relevance | path

Searched refs:screenMgr (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DnsScreenManagerAndroid.cpp119 nsCOMPtr<nsIScreenManager> screenMgr = in AddDisplay() local
121 MOZ_ASSERT(screenMgr, "Failed to get nsIScreenManager"); in AddDisplay()
124 (nsScreenManagerAndroid *)screenMgr.get(); in AddDisplay()
144 nsCOMPtr<nsIScreenManager> screenMgr = in RemoveDisplay() local
146 MOZ_ASSERT(screenMgr, "Failed to get nsIScreenManager"); in RemoveDisplay()
149 (nsScreenManagerAndroid *)screenMgr.get(); in RemoveDisplay()
H A DGeckoScreenOrientation.h25 nsCOMPtr<nsIScreenManager> screenMgr = in OnOrientationChange() local
29 if (!screenMgr || in OnOrientationChange()
30 NS_FAILED(screenMgr->GetPrimaryScreen(getter_AddRefs(screen))) || in OnOrientationChange()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/
H A DnsScreenManagerAndroid.cpp142 nsCOMPtr<nsIScreenManager> screenMgr = in test_scryptsalsa208sha256_verify()
144 MOZ_ASSERT(screenMgr, "Failed to get nsIScreenManager"); in test_scryptsalsa208sha256_verify()
147 (nsScreenManagerAndroid*) screenMgr.get(); in test_scryptsalsa208sha256_verify()
163 nsCOMPtr<nsIScreenManager> screenMgr = in test_scryptsalsa208sha256_verify()
165 MOZ_ASSERT(screenMgr, "Failed to get nsIScreenManager"); in test_scryptsalsa208sha256_verify()
168 (nsScreenManagerAndroid*) screenMgr.get(); in test_scryptsalsa208sha256_verify()
H A DGeckoScreenOrientation.h28 nsCOMPtr<nsIScreenManager> screenMgr = in OnOrientationChange() local
32 if (!screenMgr || NS_FAILED(screenMgr->GetPrimaryScreen( in OnOrientationChange()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DGeckoScreenOrientation.h24 nsCOMPtr<nsIScreenManager> screenMgr = in OnOrientationChange() local
28 if (!screenMgr || in OnOrientationChange()
29 NS_FAILED(screenMgr->GetPrimaryScreen(getter_AddRefs(screen))) || in OnOrientationChange()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DGeckoScreenOrientation.h24 nsCOMPtr<nsIScreenManager> screenMgr = in OnOrientationChange() local
28 if (!screenMgr || in OnOrientationChange()
29 NS_FAILED(screenMgr->GetPrimaryScreen(getter_AddRefs(screen))) || in OnOrientationChange()
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DGeckoScreenOrientation.h24 nsCOMPtr<nsIScreenManager> screenMgr = in OnOrientationChange() local
28 if (!screenMgr || in OnOrientationChange()
29 NS_FAILED(screenMgr->GetPrimaryScreen(getter_AddRefs(screen))) || in OnOrientationChange()
/dports/www/firefox-esr/firefox-91.8.0/hal/fallback/
H A DFallbackScreenConfiguration.h18 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
29 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/lang/spidermonkey78/firefox-78.9.0/hal/fallback/
H A DFallbackScreenConfiguration.h18 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
29 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/mail/thunderbird/thunderbird-91.8.0/hal/fallback/
H A DFallbackScreenConfiguration.h18 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
29 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/lang/spidermonkey60/firefox-60.9.0/hal/fallback/
H A DFallbackScreenConfiguration.h19 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
30 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/fallback/
H A DFallbackScreenConfiguration.cpp27 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
39 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/
H A DOrientationObserver.cpp54 nsCOMPtr<nsIScreenManager> screenMgr = in GetPrimaryScreen() local
56 NS_ENSURE_TRUE(screenMgr, nullptr); in GetPrimaryScreen()
59 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetPrimaryScreen()
/dports/www/firefox-esr/firefox-91.8.0/hal/android/
H A DAndroidHal.cpp98 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
112 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/mail/thunderbird/thunderbird-91.8.0/hal/android/
H A DAndroidHal.cpp98 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
112 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/lang/spidermonkey78/firefox-78.9.0/hal/android/
H A DAndroidHal.cpp98 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
112 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/android/
H A DAndroidHal.cpp119 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
132 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/lang/spidermonkey60/firefox-60.9.0/hal/android/
H A DAndroidHal.cpp97 nsCOMPtr<nsIScreenManager> screenMgr = in GetCurrentScreenConfiguration() local
111 screenMgr->GetPrimaryScreen(getter_AddRefs(screen)); in GetCurrentScreenConfiguration()
/dports/www/firefox/firefox-99.0/dom/events/
H A DMouseEvent.cpp259 nsCOMPtr<nsIScreenManager> screenMgr = in GetScreen() local
261 if (!screenMgr) { in GetScreen()
264 return screenMgr->ScreenForRect( in GetScreen()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsDragService.cpp221 nsCOMPtr<nsIScreenManager> screenMgr = in LayoutDevicePointToCSSPoint() local
223 if (!screenMgr) { in LayoutDevicePointToCSSPoint()
228 screenMgr->ScreenForRect(NSToIntRound(aDevPos.x), NSToIntRound(aDevPos.y), 1, in LayoutDevicePointToCSSPoint()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsDragService.cpp232 nsCOMPtr<nsIScreenManager> screenMgr = in LayoutDevicePointToCSSPoint() local
234 if (!screenMgr) { in LayoutDevicePointToCSSPoint()
239 screenMgr->ScreenForRect(NSToIntRound(aDevPos.x), NSToIntRound(aDevPos.y), 1, in LayoutDevicePointToCSSPoint()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsDragService.cpp252 nsCOMPtr<nsIScreenManager> screenMgr =
254 if (!screenMgr) {
259 screenMgr->ScreenForRect(NSToIntRound(aDevPos.x), NSToIntRound(aDevPos.y),
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsDragService.cpp221 nsCOMPtr<nsIScreenManager> screenMgr = in LayoutDevicePointToCSSPoint() local
223 if (!screenMgr) { in LayoutDevicePointToCSSPoint()
228 screenMgr->ScreenForRect(NSToIntRound(aDevPos.x), NSToIntRound(aDevPos.y), 1, in LayoutDevicePointToCSSPoint()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsDragService.cpp221 nsCOMPtr<nsIScreenManager> screenMgr = in LayoutDevicePointToCSSPoint() local
223 if (!screenMgr) { in LayoutDevicePointToCSSPoint()
228 screenMgr->ScreenForRect(NSToIntRound(aDevPos.x), NSToIntRound(aDevPos.y), 1, in LayoutDevicePointToCSSPoint()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.cpp2282 nsCOMPtr<nsIScreenManager> screenMgr( in SizeOpenedWindow() local
2284 if (screenMgr) in SizeOpenedWindow()
2285 screenMgr->ScreenForRect(left, top, width, height, in SizeOpenedWindow()
2375 nsCOMPtr<nsIScreenManager> screenMgr( in SizeOpenedWindow() local
2377 if (screenMgr) { in SizeOpenedWindow()
2378 screenMgr->ScreenForRect(left, top, 1, 1, getter_AddRefs(screen)); in SizeOpenedWindow()

123