Home
last modified time | relevance | path

Searched refs:NotifyObservers (Results 151 – 175 of 1315) sorted by relevance

12345678910>>...53

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsIOService.cpp1046 (void)observerService->NotifyObservers(nullptr, in SetOffline()
1063 observerService->NotifyObservers(subject, in SetOffline()
1072 observerService->NotifyObservers(subject, in SetOffline()
1094 observerService->NotifyObservers(subject, in SetOffline()
1168 observerService->NotifyObservers(nullptr, in SetConnectivityInternal()
1182 observerService->NotifyObservers( in SetConnectivityInternal()
1190 observerService->NotifyObservers(static_cast<nsIIOService *>(this), in SetConnectivityInternal()
1193 observerService->NotifyObservers(static_cast<nsIIOService *>(this), in SetConnectivityInternal()
1383 NotifyObservers(nullptr, in NotifyWakeup()
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/core/
H A Dplatform.cpp869 os->NotifyObservers(params, "profiler-started", nullptr); in mozilla_sampler_start()
918 os->NotifyObservers(nullptr, "profiler-stopped", nullptr); in mozilla_sampler_stop()
940 os->NotifyObservers(nullptr, "profiler-paused", nullptr); in mozilla_sampler_pause()
953 os->NotifyObservers(nullptr, "profiler-resumed", nullptr); in mozilla_sampler_resume()
1005 os->NotifyObservers(nullptr, "profiler-locked", nullptr); in mozilla_sampler_lock()
1014 os->NotifyObservers(nullptr, "profiler-unlocked", nullptr); in mozilla_sampler_unlock()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DnsAppShell.cpp159 obsServ->NotifyObservers(nullptr, "application-background", nullptr); in OnPause()
161 obsServ->NotifyObservers(nullptr, "memory-pressure", u"heap-minimize"); in OnPause()
201 obsServ->NotifyObservers(nullptr, "application-foreground", nullptr); in OnResume()
250 static void NotifyObservers(jni::String::Param aTopic, in NotifyObservers() function in GeckoAppShellSupport
260 obsServ->NotifyObservers(nullptr, aTopic->ToCString().get(), in NotifyObservers()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DnsAppShell.cpp177 obsServ->NotifyObservers(nullptr, "application-background", nullptr); in OnPause()
179 obsServ->NotifyObservers(nullptr, "memory-pressure", u"heap-minimize"); in OnPause()
219 obsServ->NotifyObservers(nullptr, "application-foreground", nullptr); in OnResume()
264 static void NotifyObservers(jni::String::Param aTopic, in NotifyObservers() function in GeckoAppShellSupport
274 obsServ->NotifyObservers(nullptr, aTopic->ToCString().get(), in NotifyObservers()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DnsAppShell.cpp157 obsServ->NotifyObservers(nullptr, "application-background", nullptr); in OnPause()
159 obsServ->NotifyObservers(nullptr, "memory-pressure", u"heap-minimize"); in OnPause()
185 obsServ->NotifyObservers(nullptr, "application-foreground", nullptr); in OnResume()
235 static void NotifyObservers(jni::String::Param aTopic, in NotifyObservers() function in GeckoAppShellSupport
245 obsServ->NotifyObservers(nullptr, aTopic->ToCString().get(), in NotifyObservers()
/dports/www/firefox/firefox-99.0/widget/android/
H A DnsAppShell.cpp158 obsServ->NotifyObservers(nullptr, "application-background", nullptr); in OnPause()
160 obsServ->NotifyObservers(nullptr, "memory-pressure", u"heap-minimize"); in OnPause()
186 obsServ->NotifyObservers(nullptr, "application-foreground", nullptr); in OnResume()
236 static void NotifyObservers(jni::String::Param aTopic, in NotifyObservers() function in GeckoAppShellSupport
246 obsServ->NotifyObservers(nullptr, aTopic->ToCString().get(), in NotifyObservers()
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DnsAppShell.cpp157 obsServ->NotifyObservers(nullptr, "application-background", nullptr); in OnPause()
159 obsServ->NotifyObservers(nullptr, "memory-pressure", u"heap-minimize"); in OnPause()
185 obsServ->NotifyObservers(nullptr, "application-foreground", nullptr); in OnResume()
235 static void NotifyObservers(jni::String::Param aTopic, in NotifyObservers() function in GeckoAppShellSupport
245 obsServ->NotifyObservers(nullptr, aTopic->ToCString().get(), in NotifyObservers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/power/
H A Dfake_power_manager_client.cc174 FROM_HERE, base::BindOnce(&FakePowerManagerClient::NotifyObservers, in RequestStatusUpdate()
234 NotifyObservers(); in SetPowerSource()
474 NotifyObservers(); in UpdatePowerProperties()
477 void FakePowerManagerClient::NotifyObservers() { in NotifyObservers() function in chromeos::FakePowerManagerClient
/dports/www/firefox-esr/firefox-91.8.0/dom/storage/
H A DLocalStorageCache.cpp152 void LocalStorageCache::NotifyObservers(const LocalStorage* aStorage, in NotifyObservers() function in mozilla::dom::LocalStorageCache
372 NotifyObservers(aStorage, nsString(aKey), aOld, aValue); in SetItem()
421 NotifyObservers(aStorage, nsString(aKey), aOld, VoidString()); in RemoveItem()
471 NotifyObservers(aStorage, VoidString(), VoidString(), VoidString()); in Clear()
/dports/www/firefox-esr/firefox-91.8.0/intl/locale/
H A DLocaleService.cpp179 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in AssignAppLocales()
191 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in AssignRequestedLocales()
205 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in RequestedLocalesChanged()
236 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in LocalesChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/storage/
H A DLocalStorageCache.cpp156 void LocalStorageCache::NotifyObservers(const LocalStorage* aStorage, in NotifyObservers() function in mozilla::dom::LocalStorageCache
376 NotifyObservers(aStorage, nsString(aKey), aOld, aValue); in SetItem()
425 NotifyObservers(aStorage, nsString(aKey), aOld, VoidString()); in RemoveItem()
475 NotifyObservers(aStorage, VoidString(), VoidString(), VoidString()); in Clear()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/locale/
H A DLocaleService.cpp175 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in AssignAppLocales()
187 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in AssignRequestedLocales()
201 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in RequestedLocalesChanged()
232 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in LocalesChanged()
/dports/www/firefox/firefox-99.0/dom/storage/
H A DLocalStorageCache.cpp152 void LocalStorageCache::NotifyObservers(const LocalStorage* aStorage, in NotifyObservers() function in mozilla::dom::LocalStorageCache
372 NotifyObservers(aStorage, nsString(aKey), aOld, aValue); in SetItem()
421 NotifyObservers(aStorage, nsString(aKey), aOld, VoidString()); in RemoveItem()
471 NotifyObservers(aStorage, VoidString(), VoidString(), VoidString()); in Clear()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/locale/
H A DLocaleService.cpp179 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in AssignAppLocales()
191 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in AssignRequestedLocales()
205 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in RequestedLocalesChanged()
236 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in LocalesChanged()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DNetworkConnectivityService.cpp179 static inline void NotifyObservers(const char* aTopic) { in NotifyObservers() function
181 obs->NotifyObservers(nullptr, aTopic, nullptr); in NotifyObservers()
286 NotifyObservers("network:connectivity-service:dns-checks-complete"); in OnLookupComplete()
518 NotifyObservers("network:connectivity-service:ip-checks-complete"); in OnStopRequest()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/res/
H A DSubstitutingProtocolHandler.cpp288 NotifyObservers(root, baseURI); in SetSubstitutionWithFlags()
307 NotifyObservers(root, baseURI); in SetSubstitutionWithFlags()
324 NotifyObservers(root, baseURI); in SetSubstitutionWithFlags()
480 void SubstitutingProtocolHandler::NotifyObservers(const nsACString& aRoot, in NotifyObservers() function in mozilla::net::SubstitutingProtocolHandler
/dports/mail/thunderbird/thunderbird-91.8.0/dom/storage/
H A DLocalStorageCache.cpp152 void LocalStorageCache::NotifyObservers(const LocalStorage* aStorage, in NotifyObservers() function in mozilla::dom::LocalStorageCache
372 NotifyObservers(aStorage, nsString(aKey), aOld, aValue); in SetItem()
421 NotifyObservers(aStorage, nsString(aKey), aOld, VoidString()); in RemoveItem()
471 NotifyObservers(aStorage, VoidString(), VoidString(), VoidString()); in Clear()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/contentprefs/
H A DContentPrefServiceChild.jsm93 case "ContentPrefs:NotifyObservers": {
126 this._mm.addMessageListener("ContentPrefs:NotifyObservers", this);
152 this._mm.removeMessageListener("ContentPrefs:NotifyObservers", this);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/eme/
H A DMediaKeySystemAccessManager.cpp108 MediaKeySystemAccess::NotifyObservers(mWindow, aKeySystem, in Request()
143 MediaKeySystemAccess::NotifyObservers(mWindow, aKeySystem, status); in Request()
160 MediaKeySystemAccess::NotifyObservers(mWindow, aKeySystem, status); in Request()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/places/
H A DShutdown.cpp180 Unused << os->NotifyObservers(nullptr, TOPIC_PLACES_WILL_CLOSE_CONNECTION, nullptr); in BlockShutdown()
211 MOZ_ALWAYS_SUCCEEDS(os->NotifyObservers(nullptr, in Complete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/settings/
H A Dcros_settings_provider.cc21 void CrosSettingsProvider::NotifyObservers(const std::string& path) { in NotifyObservers() function in chromeos::CrosSettingsProvider
/dports/www/firefox/firefox-99.0/intl/locale/
H A DLocaleService.cpp197 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in AssignAppLocales()
209 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in AssignRequestedLocales()
223 obs->NotifyObservers(nullptr, "intl:requested-locales-changed", nullptr); in RequestedLocalesChanged()
254 obs->NotifyObservers(nullptr, "intl:app-locales-changed", nullptr); in LocalesChanged()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/storage/
H A DLocalStorageCache.cpp158 void LocalStorageCache::NotifyObservers(const LocalStorage* aStorage, in NotifyObservers() function in mozilla::dom::LocalStorageCache
424 NotifyObservers(aStorage, nsString(aKey), aOld, aValue); in SetItem()
471 NotifyObservers(aStorage, nsString(aKey), aOld, VoidString()); in RemoveItem()
519 NotifyObservers(aStorage, VoidString(), VoidString(), VoidString()); in Clear()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/blocked_content/
H A Durl_list_manager.cc21 void UrlListManager::NotifyObservers(int32_t id, const GURL& url) { in NotifyObservers() function in blocked_content::UrlListManager
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRRServiceParent.cpp106 obs->NotifyObservers(nullptr, aTopic.get(), nullptr); in RecvNotifyNetworkConnectivityServiceObservers()
124 obs->NotifyObservers(nullptr, NS_NETWORK_TRR_URI_CHANGED_TOPIC, nullptr); in MaybeSetPrivateURI()

12345678910>>...53