Home
last modified time | relevance | path

Searched refs:obsSvc (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsCategoryCache.cpp85 nsCOMPtr<nsIObserverService> obsSvc = in RemoveObservers() local
87 if (obsSvc) { in RemoveObservers()
88 obsSvc->RemoveObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID); in RemoveObservers()
89 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_ADDED_OBSERVER_ID); in RemoveObservers()
90 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_REMOVED_OBSERVER_ID); in RemoveObservers()
91 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_CLEARED_OBSERVER_ID); in RemoveObservers()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/components/
H A DnsCategoryCache.cpp91 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in RemoveObservers() local
92 if (obsSvc) { in RemoveObservers()
93 obsSvc->RemoveObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID); in RemoveObservers()
94 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_ADDED_OBSERVER_ID); in RemoveObservers()
95 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_REMOVED_OBSERVER_ID); in RemoveObservers()
96 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_CLEARED_OBSERVER_ID); in RemoveObservers()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/components/
H A DnsCategoryCache.cpp91 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in RemoveObservers() local
92 if (obsSvc) { in RemoveObservers()
93 obsSvc->RemoveObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID); in RemoveObservers()
94 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_ADDED_OBSERVER_ID); in RemoveObservers()
95 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_REMOVED_OBSERVER_ID); in RemoveObservers()
96 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_CLEARED_OBSERVER_ID); in RemoveObservers()
/dports/www/firefox/firefox-99.0/xpcom/components/
H A DnsCategoryCache.cpp91 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in RemoveObservers() local
92 if (obsSvc) { in RemoveObservers()
93 obsSvc->RemoveObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID); in RemoveObservers()
94 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_ADDED_OBSERVER_ID); in RemoveObservers()
95 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_REMOVED_OBSERVER_ID); in RemoveObservers()
96 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_CLEARED_OBSERVER_ID); in RemoveObservers()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/components/
H A DnsCategoryCache.cpp91 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in RemoveObservers() local
92 if (obsSvc) { in RemoveObservers()
93 obsSvc->RemoveObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID); in RemoveObservers()
94 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_ADDED_OBSERVER_ID); in RemoveObservers()
95 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_REMOVED_OBSERVER_ID); in RemoveObservers()
96 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_CLEARED_OBSERVER_ID); in RemoveObservers()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/components/
H A DnsCategoryCache.cpp94 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in RemoveObservers() local
95 if (obsSvc) { in RemoveObservers()
96 obsSvc->RemoveObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID); in RemoveObservers()
97 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_ADDED_OBSERVER_ID); in RemoveObservers()
98 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_ENTRY_REMOVED_OBSERVER_ID); in RemoveObservers()
99 obsSvc->RemoveObserver(this, NS_XPCOM_CATEGORY_CLEARED_OBSERVER_ID); in RemoveObservers()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DForkServiceChild.cpp129 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
131 MOZ_ASSERT(obsSvc != nullptr); in Observe()
133 obsSvc->AddObserver(this, "final-ui-startup", false); in Observe()
139 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
141 MOZ_ASSERT(obsSvc != nullptr); in Observe()
142 obsSvc->AddObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID, false); in Observe()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DForkServiceChild.cpp140 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
142 MOZ_ASSERT(obsSvc != nullptr); in Observe()
144 obsSvc->AddObserver(this, "final-ui-startup", false); in Observe()
150 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
152 MOZ_ASSERT(obsSvc != nullptr); in Observe()
153 obsSvc->AddObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID, false); in Observe()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DForkServiceChild.cpp141 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
143 MOZ_ASSERT(obsSvc != nullptr); in Observe()
145 obsSvc->AddObserver(this, "final-ui-startup", false); in Observe()
151 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
153 MOZ_ASSERT(obsSvc != nullptr); in Observe()
154 obsSvc->AddObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID, false); in Observe()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DForkServiceChild.cpp140 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
142 MOZ_ASSERT(obsSvc != nullptr); in Observe()
144 obsSvc->AddObserver(this, "final-ui-startup", false); in Observe()
150 nsCOMPtr<nsIObserverService> obsSvc = in Observe() local
152 MOZ_ASSERT(obsSvc != nullptr); in Observe()
153 obsSvc->AddObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID, false); in Observe()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ipc/
H A DGPUChild.cpp133 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in RecvNotifyUiObservers() local
134 MOZ_ASSERT(obsSvc); in RecvNotifyUiObservers()
135 if (obsSvc) { in RecvNotifyUiObservers()
136 obsSvc->NotifyObservers(nullptr, aTopic.get(), nullptr); in RecvNotifyUiObservers()
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DLSDatabase.cpp80 nsCOMPtr<nsIObserverService> obsSvc = in LSDatabase() local
82 MOZ_ASSERT(obsSvc); in LSDatabase()
85 obsSvc->AddObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC, false)); in LSDatabase()
381 nsCOMPtr<nsIObserverService> obsSvc = in AllowToClose() local
383 MOZ_ASSERT(obsSvc); in AllowToClose()
386 obsSvc->RemoveObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC)); in AllowToClose()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DLSDatabase.cpp80 nsCOMPtr<nsIObserverService> obsSvc = in LSDatabase() local
82 MOZ_ASSERT(obsSvc); in LSDatabase()
85 obsSvc->AddObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC, false)); in LSDatabase()
393 nsCOMPtr<nsIObserverService> obsSvc = in AllowToClose() local
395 MOZ_ASSERT(obsSvc); in AllowToClose()
398 obsSvc->RemoveObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC)); in AllowToClose()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DLSDatabase.cpp80 nsCOMPtr<nsIObserverService> obsSvc = in LSDatabase() local
82 MOZ_ASSERT(obsSvc); in LSDatabase()
85 obsSvc->AddObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC, false)); in LSDatabase()
381 nsCOMPtr<nsIObserverService> obsSvc = in AllowToClose() local
383 MOZ_ASSERT(obsSvc); in AllowToClose()
386 obsSvc->RemoveObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC)); in AllowToClose()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpAuthCache.cpp46 nsCOMPtr<nsIObserverService> obsSvc = services::GetObserverService(); in nsHttpAuthCache() local
47 if (obsSvc) { in nsHttpAuthCache()
48 obsSvc->AddObserver(mObserver, "clear-origin-attributes-data", false); in nsHttpAuthCache()
56 nsCOMPtr<nsIObserverService> obsSvc = services::GetObserverService(); in ~nsHttpAuthCache() local
57 if (obsSvc) { in ~nsHttpAuthCache()
58 obsSvc->RemoveObserver(mObserver, "clear-origin-attributes-data"); in ~nsHttpAuthCache()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DLSDatabase.cpp56 nsCOMPtr<nsIObserverService> obsSvc = GetObserverService(); in LSDatabase() local
57 MOZ_ASSERT(obsSvc); in LSDatabase()
60 obsSvc->AddObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC, false)); in LSDatabase()
356 nsCOMPtr<nsIObserverService> obsSvc = GetObserverService(); in AllowToClose() local
357 MOZ_ASSERT(obsSvc); in AllowToClose()
360 obsSvc->RemoveObserver(sObserver, XPCOM_SHUTDOWN_OBSERVER_TOPIC)); in AllowToClose()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/util/
H A DCheckerboardReportService.cpp211 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in FlushActiveReports() local
212 MOZ_ASSERT(obsSvc); in FlushActiveReports()
213 if (obsSvc) { in FlushActiveReports()
214 obsSvc->NotifyObservers(nullptr, "APZ:FlushActiveCheckerboard", nullptr); in FlushActiveReports()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/util/
H A DCheckerboardReportService.cpp208 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in FlushActiveReports() local
209 MOZ_ASSERT(obsSvc); in FlushActiveReports()
210 if (obsSvc) { in FlushActiveReports()
211 obsSvc->NotifyObservers(nullptr, "APZ:FlushActiveCheckerboard", nullptr); in FlushActiveReports()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/util/
H A DCheckerboardReportService.cpp211 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in FlushActiveReports() local
212 MOZ_ASSERT(obsSvc); in FlushActiveReports()
213 if (obsSvc) { in FlushActiveReports()
214 obsSvc->NotifyObservers(nullptr, "APZ:FlushActiveCheckerboard", nullptr); in FlushActiveReports()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/util/
H A DCheckerboardReportService.cpp211 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in FlushActiveReports() local
212 MOZ_ASSERT(obsSvc); in FlushActiveReports()
213 if (obsSvc) { in FlushActiveReports()
214 obsSvc->NotifyObservers(nullptr, "APZ:FlushActiveCheckerboard", nullptr); in FlushActiveReports()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/util/
H A DCheckerboardReportService.cpp207 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in FlushActiveReports() local
208 MOZ_ASSERT(obsSvc); in FlushActiveReports()
209 if (obsSvc) { in FlushActiveReports()
210 obsSvc->NotifyObservers(nullptr, "APZ:FlushActiveCheckerboard", nullptr); in FlushActiveReports()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/util/
H A DCheckerboardReportService.cpp220 nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); in FlushActiveReports() local
221 MOZ_ASSERT(obsSvc); in FlushActiveReports()
222 if (obsSvc) { in FlushActiveReports()
223 obsSvc->NotifyObservers(nullptr, "APZ:FlushActiveCheckerboard", nullptr); in FlushActiveReports()
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DDecodePool.cpp105 nsCOMPtr<nsIObserverService> obsSvc = services::GetObserverService(); in DecodePool() local
106 if (obsSvc) { in DecodePool()
107 obsSvc->AddObserver(this, "xpcom-shutdown-threads", false); in DecodePool()
/dports/www/firefox/firefox-99.0/image/
H A DDecodePool.cpp105 nsCOMPtr<nsIObserverService> obsSvc = services::GetObserverService(); in DecodePool() local
106 if (obsSvc) { in DecodePool()
107 obsSvc->AddObserver(this, "xpcom-shutdown-threads", false); in DecodePool()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DDecodePool.cpp105 nsCOMPtr<nsIObserverService> obsSvc = services::GetObserverService(); in DecodePool() local
106 if (obsSvc) { in DecodePool()
107 obsSvc->AddObserver(this, "xpcom-shutdown-threads", false); in DecodePool()

12345678