Home
last modified time | relevance | path

Searched refs:appShell (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/lang/spidermonkey78/firefox-78.9.0/widget/tests/
H A DTestAppShellSteadyState.cpp234 nsCOMPtr<nsIAppShell> appShell = dont_AddRef(sAppShell); in TimerCallback() local
242 nsCOMPtr<nsIRunnable> runnable = new NextTestRunnable(appShell); in TimerCallback()
260 nsCOMPtr<nsIAppShell> appShell = mAppShell; in ScheduleTimer() local
261 appShell.forget(&sAppShell); in ScheduleTimer()
286 nsCOMPtr<nsIAppShell> appShell = do_GetService(contractID.get()); in NS_IMPL_ISUPPORTS() local
287 if (appShell) { in NS_IMPL_ISUPPORTS()
288 return appShell.forget(); in NS_IMPL_ISUPPORTS()
436 nsCOMPtr<nsIAppShell> appShell = GetAppShell(); in main() local
437 if (!appShell) { in main()
440 nsCOMPtr<nsIRunnable> runnable = new NextTestRunnable(appShell); in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/tests/
H A DTestAppShellSteadyState.cpp265 nsCOMPtr<nsIAppShell> appShell = dont_AddRef(sAppShell); in TimerCallback() local
273 nsCOMPtr<nsIRunnable> runnable = new NextTestRunnable(appShell); in TimerCallback()
294 nsCOMPtr<nsIAppShell> appShell = mAppShell; in ScheduleTimer() local
295 appShell.forget(&sAppShell); in ScheduleTimer()
324 nsCOMPtr<nsIAppShell> appShell = do_GetService(contractID.get()); in NS_IMPL_ISUPPORTS() local
325 if (appShell) { in NS_IMPL_ISUPPORTS()
326 return appShell.forget(); in NS_IMPL_ISUPPORTS()
489 nsCOMPtr<nsIAppShell> appShell = GetAppShell(); in main() local
490 if (!appShell) { in main()
493 nsCOMPtr<nsIRunnable> runnable = new NextTestRunnable(appShell); in main()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/tests/
H A DTestAppShellSteadyState.cpp265 nsCOMPtr<nsIAppShell> appShell = dont_AddRef(sAppShell); in TimerCallback() local
273 nsCOMPtr<nsIRunnable> runnable = new NextTestRunnable(appShell); in TimerCallback()
294 nsCOMPtr<nsIAppShell> appShell = mAppShell; in ScheduleTimer() local
295 appShell.forget(&sAppShell); in ScheduleTimer()
324 nsCOMPtr<nsIAppShell> appShell = do_GetService(contractID.get()); in NS_IMPL_ISUPPORTS() local
325 if (appShell) { in NS_IMPL_ISUPPORTS()
326 return appShell.forget(); in NS_IMPL_ISUPPORTS()
489 nsCOMPtr<nsIAppShell> appShell = GetAppShell(); in main() local
490 if (!appShell) { in main()
493 nsCOMPtr<nsIRunnable> runnable = new NextTestRunnable(appShell); in main()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/
H A DnsAppShell.cpp606 nsAppShell* const appShell = sAppShell; in SyncRunEvent() local
608 if (MOZ_UNLIKELY(!appShell)) { in SyncRunEvent()
616 nsAppShell* const appShell = sAppShell; in SyncRunEvent() local
617 if (MOZ_UNLIKELY(!appShell || appShell->mSyncRunQuit)) { in SyncRunEvent()
622 appShell->mSyncRunFinished.NotifyAll(); in SyncRunEvent()
635 appShell->mSyncRunFinished.Wait(); in SyncRunEvent()
671 nsAppShell* const appShell = nsAppShell::Get(); in ProcessNextEvent() local
672 if (!appShell) { in ProcessNextEvent()
681 nsAppShell* const appShell = nsAppShell::Get(); in NotifyEvent() local
682 if (!appShell) { in NotifyEvent()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DnsAppShell.cpp693 nsAppShell* const appShell = sAppShell; in SyncRunEvent() local
695 if (MOZ_UNLIKELY(!appShell)) { in SyncRunEvent()
702 nsAppShell* const appShell = nsAppShell::Get(); in SyncRunEvent() local
703 if (MOZ_UNLIKELY(!appShell || appShell->mSyncRunQuit)) { in SyncRunEvent()
709 appShell->mSyncRunFinished.NotifyAll(); in SyncRunEvent()
724 appShell->mSyncRunFinished.Wait(timeout); in SyncRunEvent()
759 nsAppShell* const appShell = nsAppShell::Get(); in ProcessNextEvent() local
760 if (!appShell) { in ProcessNextEvent()
768 nsAppShell* const appShell = nsAppShell::Get(); in NotifyEvent() local
769 if (!appShell) { in NotifyEvent()
[all …]
H A DTelemetry.h22 nsAppShell* const appShell = nsAppShell::Get(); in GetObserver() local
23 if (!appShell) { in GetObserver()
27 nsCOMPtr<nsIAndroidBrowserApp> browserApp = appShell->GetBrowserApp(); in GetObserver()
H A DPrefsHelper.h242 nsAppShell* const appShell = nsAppShell::Get(); in AddObserver() local
243 MOZ_ASSERT(appShell); in AddObserver()
248 Preferences::AddStrongObserver(appShell, nameStr->ToCString())); in AddObserver()
256 nsAppShell* const appShell = nsAppShell::Get(); in RemoveObserver() local
257 MOZ_ASSERT(appShell); in RemoveObserver()
262 Preferences::RemoveObserver(appShell, nameStr->ToCString())); in RemoveObserver()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DnsAppShell.cpp702 nsAppShell* const appShell = sAppShell; in SyncRunEvent() local
704 if (MOZ_UNLIKELY(!appShell)) { in SyncRunEvent()
711 nsAppShell* const appShell = nsAppShell::Get(); in SyncRunEvent() local
712 if (MOZ_UNLIKELY(!appShell || appShell->mSyncRunQuit)) { in SyncRunEvent()
718 appShell->mSyncRunFinished.NotifyAll(); in SyncRunEvent()
732 appShell->mSyncRunFinished.Wait(); in SyncRunEvent()
765 nsAppShell* const appShell = nsAppShell::Get(); in ProcessNextEvent() local
766 if (!appShell) { in ProcessNextEvent()
774 nsAppShell* const appShell = nsAppShell::Get(); in NotifyEvent() local
775 if (!appShell) { in NotifyEvent()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DnsAppShell.cpp643 nsAppShell* const appShell = sAppShell; in SyncRunEvent() local
645 if (MOZ_UNLIKELY(!appShell)) { in SyncRunEvent()
652 nsAppShell* const appShell = nsAppShell::Get(); in SyncRunEvent() local
653 if (MOZ_UNLIKELY(!appShell || appShell->mSyncRunQuit)) { in SyncRunEvent()
659 appShell->mSyncRunFinished.NotifyAll(); in SyncRunEvent()
674 appShell->mSyncRunFinished.Wait(timeout); in SyncRunEvent()
712 nsAppShell* const appShell = nsAppShell::Get(); in ProcessNextEvent() local
713 if (!appShell) { in ProcessNextEvent()
721 nsAppShell* const appShell = nsAppShell::Get(); in NotifyEvent() local
722 if (!appShell) { in NotifyEvent()
[all …]
/dports/www/firefox/firefox-99.0/widget/android/
H A DnsAppShell.cpp661 nsAppShell* const appShell = sAppShell; in SyncRunEvent() local
663 if (MOZ_UNLIKELY(!appShell)) { in SyncRunEvent()
670 nsAppShell* const appShell = nsAppShell::Get(); in SyncRunEvent() local
671 if (MOZ_UNLIKELY(!appShell || appShell->mSyncRunQuit)) { in SyncRunEvent()
677 appShell->mSyncRunFinished.NotifyAll(); in SyncRunEvent()
692 appShell->mSyncRunFinished.Wait(timeout); in SyncRunEvent()
730 nsAppShell* const appShell = nsAppShell::Get(); in ProcessNextEvent() local
731 if (!appShell) { in ProcessNextEvent()
739 nsAppShell* const appShell = nsAppShell::Get(); in NotifyEvent() local
740 if (!appShell) { in NotifyEvent()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DnsAppShell.cpp643 nsAppShell* const appShell = sAppShell; in SyncRunEvent() local
645 if (MOZ_UNLIKELY(!appShell)) { in SyncRunEvent()
652 nsAppShell* const appShell = nsAppShell::Get(); in SyncRunEvent() local
653 if (MOZ_UNLIKELY(!appShell || appShell->mSyncRunQuit)) { in SyncRunEvent()
659 appShell->mSyncRunFinished.NotifyAll(); in SyncRunEvent()
674 appShell->mSyncRunFinished.Wait(timeout); in SyncRunEvent()
712 nsAppShell* const appShell = nsAppShell::Get(); in ProcessNextEvent() local
713 if (!appShell) { in ProcessNextEvent()
721 nsAppShell* const appShell = nsAppShell::Get(); in NotifyEvent() local
722 if (!appShell) { in NotifyEvent()
[all …]
/dports/editors/nedit/nedit-5.7/source/
H A Dhelp.c581 Widget appShell, btn, closeBtn, form, btnFW; in createHelpPanel() local
589 appShell = CreateWidget(TheAppShell, "help", in createHelpPanel()
591 AddSmallIcon(appShell); in createHelpPanel()
597 XtVaSetValues(appShell, XtNminWidth, 50, NULL); in createHelpPanel()
636 XtAddCallback(btn, XmNactivateCallback, printCB, appShell); in createHelpPanel()
662 XtAddCallback(btn, XmNactivateCallback, prevTopicCB, appShell); in createHelpPanel()
773 RealizeWithoutForcingPosition(appShell); in createHelpPanel()
779 AddMotifCloseCallback(appShell, closeCB, appShell); in createHelpPanel()
785 setHelpWinTitle(appShell, topic); in createHelpPanel()
789 XtAddEventHandler (appShell, (EventMask)0, True, in createHelpPanel()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozboot/bin/
H A Dbootstrap-msys2.vbs33 Dim conemuSettingsURI, settingsFile, settingsText, fso, shell, msysArchive, appShell, errorCode
39 Set appShell = CreateObject("Shell.Application")
57 Set FilesInZip = appShell.NameSpace(fso.GetAbsolutePathName("msys2.zip")).Items()
58 appShell.NameSpace(msysPath).CopyHere(FilesInZip)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozboot/bin/
H A Dbootstrap-msys2.vbs33 Dim conemuSettingsURI, settingsFile, settingsText, fso, shell, msysArchive, appShell, errorCode
39 Set appShell = CreateObject("Shell.Application")
57 Set FilesInZip = appShell.NameSpace(fso.GetAbsolutePathName("msys2.zip")).Items()
58 appShell.NameSpace(msysPath).CopyHere(FilesInZip)
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/startup/
H A DnsAppStartup.cpp300 nsCOMPtr<nsIAppShellService> appShell( in Quit() local
303 if (appShell) { in Quit()
304 appShell->GetHasHiddenPrivateWindow(&hasHiddenPrivateWindow); in Quit()
318 if (!appShell) return NS_OK; in Quit()
323 appShell->GetHiddenWindow(getter_AddRefs(hiddenWindow)); in Quit()
583 nsCOMPtr<nsIAppShellService> appShell( in SetScreenId() local
585 if (!appShell) { in SetScreenId()
589 return appShell->SetScreenId(aScreenId); in SetScreenId()
633 nsCOMPtr<nsIAppShellService> appShell( in CreateChromeWindow2() local
635 if (!appShell) return NS_ERROR_FAILURE; in CreateChromeWindow2()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/startup/
H A DnsAppStartup.cpp317 nsCOMPtr<nsIAppShellService> appShell in Quit() local
320 if (appShell) { in Quit()
321 appShell->GetHasHiddenPrivateWindow(&hasHiddenPrivateWindow); in Quit()
335 if (!appShell) in Quit()
339 appShell->GetApplicationProvidedHiddenWindow(&usefulHiddenWindow); in Quit()
341 appShell->GetHiddenWindow(getter_AddRefs(hiddenWindow)); in Quit()
345 appShell->GetHiddenPrivateWindow(getter_AddRefs(hiddenPrivateWindow)); in Quit()
626 if (!appShell) { in SetScreenId()
630 return appShell->SetScreenId(aScreenId); in SetScreenId()
669 if (!appShell) in CreateChromeWindow2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsEmbedFunctions.cpp772 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_InitParentProcess() local
773 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_InitParentProcess()
785 if (NS_FAILED(appShell->Run())) { in XRE_InitParentProcess()
817 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_RunAppShell() local
818 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_RunAppShell()
860 return appShell->Run(); in XRE_RunAppShell()
880 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_ShutdownChildProcess() local
881 if (appShell) { in XRE_ShutdownChildProcess()
886 appShell->Exit(); in XRE_ShutdownChildProcess()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsEmbedFunctions.cpp805 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_InitParentProcess() local
806 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_InitParentProcess()
817 if (NS_FAILED(appShell->Run())) { in XRE_InitParentProcess()
827 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_RunAppShell() local
828 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_RunAppShell()
870 return appShell->Run(); in XRE_RunAppShell()
888 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_ShutdownChildProcess() local
889 if (appShell) { in XRE_ShutdownChildProcess()
894 appShell->Exit(); in XRE_ShutdownChildProcess()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsEmbedFunctions.cpp775 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_InitParentProcess() local
776 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_InitParentProcess()
788 if (NS_FAILED(appShell->Run())) { in XRE_InitParentProcess()
823 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_RunAppShell() local
824 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_RunAppShell()
866 return appShell->Run(); in XRE_RunAppShell()
885 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_ShutdownChildProcess() local
886 if (appShell) { in XRE_ShutdownChildProcess()
891 appShell->Exit(); in XRE_ShutdownChildProcess()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsEmbedFunctions.cpp825 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_InitParentProcess() local
826 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_InitParentProcess()
838 if (NS_FAILED(appShell->Run())) { in XRE_InitParentProcess()
870 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_RunAppShell() local
871 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_RunAppShell()
913 return appShell->Run(); in XRE_RunAppShell()
931 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_ShutdownChildProcess() local
932 if (appShell) { in XRE_ShutdownChildProcess()
937 appShell->Exit(); in XRE_ShutdownChildProcess()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsEmbedFunctions.cpp836 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_InitParentProcess() local
837 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_InitParentProcess()
848 if (NS_FAILED(appShell->Run())) { in XRE_InitParentProcess()
880 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_RunAppShell() local
881 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_RunAppShell()
923 return appShell->Run(); in XRE_RunAppShell()
941 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_ShutdownChildProcess() local
942 if (appShell) { in XRE_ShutdownChildProcess()
947 appShell->Exit(); in XRE_ShutdownChildProcess()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsEmbedFunctions.cpp836 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_InitParentProcess() local
837 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_InitParentProcess()
848 if (NS_FAILED(appShell->Run())) { in XRE_InitParentProcess()
880 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_RunAppShell() local
881 NS_ENSURE_TRUE(appShell, NS_ERROR_FAILURE); in XRE_RunAppShell()
923 return appShell->Run(); in XRE_RunAppShell()
941 nsCOMPtr<nsIAppShell> appShell(do_GetService(kAppShellCID)); in XRE_ShutdownChildProcess() local
942 if (appShell) { in XRE_ShutdownChildProcess()
947 appShell->Exit(); in XRE_ShutdownChildProcess()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/fennec/
H A DTelemetry.h22 nsAppShell* const appShell = nsAppShell::Get(); in GetObserver() local
23 if (!appShell) { in GetObserver()
27 nsCOMPtr<nsIAndroidBrowserApp> browserApp = appShell->GetBrowserApp(); in GetObserver()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/fennec/
H A DTelemetry.h26 nsAppShell* const appShell = nsAppShell::Get(); in GetObserver() local
27 if (!appShell) { in GetObserver()
31 nsCOMPtr<nsIAndroidBrowserApp> browserApp = appShell->GetBrowserApp(); in GetObserver()
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DXPDFApp.cc129 appShell = XtAppInitialize(&appContext, xpdfAppName, xOpts, nXOpts, in XPDFApp()
131 display = XtDisplay(appShell); in XPDFApp()
132 screenNum = XScreenNumberOfScreen(XtScreen(appShell)); in XPDFApp()
134 XtVaSetValues(XmGetXmDisplay(XtDisplay(appShell)), in XPDFApp()
141 XtVaSetValues(XmGetXmDisplay(XtDisplay(appShell)), in XPDFApp()
168 XtGetApplicationResources(appShell, &resources, xResources, nXResources, in getResources()
183 XtVaGetValues(appShell, XmNcolormap, &colormap, NULL); in getResources()

12345678