Home
last modified time | relevance | path

Searched refs:ShutdownObserver (Results 1 – 25 of 78) sorted by relevance

1234

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DServices.cpp35 class ShutdownObserver final : public nsIObserver { class
43 ~ShutdownObserver() {} in ~ShutdownObserver()
46 static RefPtr<ShutdownObserver> sShutdownObserver;
50 bool ShutdownObserver::sShuttingDown = false;
51 RefPtr<ShutdownObserver> ShutdownObserver::sShutdownObserver = nullptr;
57 ShutdownObserver::EnsureInitialized(); \
69 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
71 NS_IMETHODIMP ShutdownObserver::Observe(nsISupports* aSubject, in NS_IMPL_ISUPPORTS()
78 void ShutdownObserver::EnsureInitialized() { in EnsureInitialized()
81 sShutdownObserver = new ShutdownObserver; in EnsureInitialized()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DClearOnShutdown.h59 class ShutdownObserver : public LinkedListElement<ShutdownObserver> {
62 virtual ~ShutdownObserver() = default;
66 class PointerClearer : public ShutdownObserver {
80 class FunctionInvoker : public ShutdownObserver {
98 void InsertIntoShutdownList(ShutdownObserver* aShutdownObserver,
101 typedef LinkedList<ShutdownObserver> ShutdownList;
H A DClearOnShutdown.cpp17 void InsertIntoShutdownList(ShutdownObserver* aObserver, ShutdownPhase aPhase) { in InsertIntoShutdownList()
51 while (ShutdownObserver* observer = in KillClearOnShutdown()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DClearOnShutdown.h60 class ShutdownObserver : public LinkedListElement<ShutdownObserver> {
63 virtual ~ShutdownObserver() = default;
67 class PointerClearer : public ShutdownObserver {
81 class FunctionInvoker : public ShutdownObserver {
99 void InsertIntoShutdownList(ShutdownObserver* aShutdownObserver,
102 typedef LinkedList<ShutdownObserver> ShutdownList;
H A DClearOnShutdown.cpp17 void InsertIntoShutdownList(ShutdownObserver* aObserver, ShutdownPhase aPhase) { in InsertIntoShutdownList()
53 while (ShutdownObserver* observer = in KillClearOnShutdown()
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DClearOnShutdown.h60 class ShutdownObserver : public LinkedListElement<ShutdownObserver> {
63 virtual ~ShutdownObserver() = default;
67 class PointerClearer : public ShutdownObserver {
81 class FunctionInvoker : public ShutdownObserver {
99 void InsertIntoShutdownList(ShutdownObserver* aShutdownObserver,
102 typedef LinkedList<ShutdownObserver> ShutdownList;
H A DClearOnShutdown.cpp17 void InsertIntoShutdownList(ShutdownObserver* aObserver, ShutdownPhase aPhase) { in InsertIntoShutdownList()
53 while (ShutdownObserver* observer = in KillClearOnShutdown()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DClearOnShutdown.h60 class ShutdownObserver : public LinkedListElement<ShutdownObserver> {
63 virtual ~ShutdownObserver() = default;
67 class PointerClearer : public ShutdownObserver {
81 class FunctionInvoker : public ShutdownObserver {
99 void InsertIntoShutdownList(ShutdownObserver* aShutdownObserver,
102 typedef LinkedList<ShutdownObserver> ShutdownList;
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DClearOnShutdown.h60 class ShutdownObserver : public LinkedListElement<ShutdownObserver> {
63 virtual ~ShutdownObserver() {} in ~ShutdownObserver()
67 class PointerClearer : public ShutdownObserver {
81 typedef LinkedList<ShutdownObserver> ShutdownList;
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DClearOnShutdown.h60 class ShutdownObserver : public LinkedListElement<ShutdownObserver> in vla()
64 virtual ~ShutdownObserver() in vla()
70 class PointerClearer : public ShutdownObserver in vla()
89 typedef LinkedList<ShutdownObserver> ShutdownList; in vla()
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DShutdownTracker.cpp28 struct ShutdownObserver : public nsIObserver { struct
47 virtual ~ShutdownObserver() {} in ~ShutdownObserver() argument
50 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
60 os->AddObserver(new ShutdownObserver, "xpcom-will-shutdown", false); in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DShutdownTracker.cpp28 struct ShutdownObserver : public nsIObserver { struct
47 virtual ~ShutdownObserver() {} in ~ShutdownObserver() argument
50 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
60 os->AddObserver(new ShutdownObserver, "xpcom-will-shutdown", false); in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/image/
H A DShutdownTracker.cpp28 struct ShutdownObserver : public nsIObserver { struct
47 virtual ~ShutdownObserver() {} in ~ShutdownObserver() argument
50 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
60 os->AddObserver(new ShutdownObserver, "xpcom-will-shutdown", false); in NS_IMPL_ISUPPORTS()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DShutdownTracker.cpp28 struct ShutdownObserver : public nsIObserver { struct
47 virtual ~ShutdownObserver() {} in ~ShutdownObserver() argument
50 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
60 os->AddObserver(new ShutdownObserver, "xpcom-will-shutdown", false); in NS_IMPL_ISUPPORTS()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DShutdownTracker.cpp29 struct ShutdownObserver : public nsIObserver struct
49 virtual ~ShutdownObserver() { } in ~ShutdownObserver() argument
52 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
64 os->AddObserver(new ShutdownObserver, "xpcom-will-shutdown", false); in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DShutdownTracker.cpp28 struct ShutdownObserver : public nsIObserver { struct
47 virtual ~ShutdownObserver() {} in ~ShutdownObserver() argument
50 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
59 os->AddObserver(new ShutdownObserver, "xpcom-will-shutdown", false); in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DProxyAutoConfigChild.cpp26 class ShutdownObserver final : public nsIObserver { class
28 ShutdownObserver() = default;
34 ~ShutdownObserver() = default;
37 NS_IMPL_ISUPPORTS(ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
40 ShutdownObserver::Observe(nsISupports* aSubject, const char* aTopic, in NS_IMPL_ISUPPORTS()
81 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in Create()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DBackgroundImpl.cpp100 class ShutdownObserver;
259 class ShutdownObserver;
627 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anonc429a1a90111::ParentImpl::ShutdownObserver
633 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
640 class ChildImpl::ShutdownObserver final : public nsIObserver { class in __anonc429a1a90111::ChildImpl
642 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anonc429a1a90111::ChildImpl::ShutdownObserver
648 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
929 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in CreateBackgroundThread()
1105 NS_IMPL_ISUPPORTS(ParentImpl::ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
1223 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in Startup()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundImpl.cpp89 class ShutdownObserver;
260 class ShutdownObserver;
392 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anon8ba989ae0111::ParentImpl::ShutdownObserver
398 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
524 class ChildImpl::ShutdownObserver final : public nsIObserver { class in __anon8ba989ae0111::ChildImpl
526 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anon8ba989ae0111::ChildImpl::ShutdownObserver
532 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
869 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in CreateBackgroundThread()
1021 NS_IMPL_ISUPPORTS(ParentImpl::ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
1224 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in Startup()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp98 class ShutdownObserver;
271 class ShutdownObserver;
544 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anondf7260de0111::ParentImpl::ShutdownObserver
550 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
586 class ChildImpl::ShutdownObserver final : public nsIObserver { class in __anondf7260de0111::ChildImpl
588 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anondf7260de0111::ChildImpl::ShutdownObserver
594 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
1229 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in CreateBackgroundThread()
1402 NS_IMPL_ISUPPORTS(ParentImpl::ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
1500 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in Startup()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp98 class ShutdownObserver;
271 class ShutdownObserver;
544 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anon125aa9f50111::ParentImpl::ShutdownObserver
550 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
586 class ChildImpl::ShutdownObserver final : public nsIObserver { class in __anon125aa9f50111::ChildImpl
588 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anon125aa9f50111::ChildImpl::ShutdownObserver
594 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
1229 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in CreateBackgroundThread()
1402 NS_IMPL_ISUPPORTS(ParentImpl::ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
1500 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in Startup()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontInfoLoader.h163 class ShutdownObserver : public nsIObserver {
168 explicit ShutdownObserver(gfxFontInfoLoader* aLoader) : mLoader(aLoader) {} in ShutdownObserver() function
171 virtual ~ShutdownObserver() = default;
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontInfoLoader.h163 class ShutdownObserver : public nsIObserver {
168 explicit ShutdownObserver(gfxFontInfoLoader* aLoader) : mLoader(aLoader) {} in ShutdownObserver() function
171 virtual ~ShutdownObserver() = default;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontInfoLoader.h163 class ShutdownObserver : public nsIObserver {
168 explicit ShutdownObserver(gfxFontInfoLoader* aLoader) : mLoader(aLoader) {} in ShutdownObserver() function
171 virtual ~ShutdownObserver() = default;
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBackgroundImpl.cpp97 class ShutdownObserver;
266 class ShutdownObserver;
539 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anon2639c6600111::ParentImpl::ShutdownObserver
545 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
581 class ChildImpl::ShutdownObserver final : public nsIObserver { class in __anon2639c6600111::ChildImpl
583 ShutdownObserver() { AssertIsOnMainThread(); } in ShutdownObserver() function in __anon2639c6600111::ChildImpl::ShutdownObserver
589 ~ShutdownObserver() { AssertIsOnMainThread(); } in ~ShutdownObserver()
1224 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in CreateBackgroundThread()
1404 NS_IMPL_ISUPPORTS(ParentImpl::ShutdownObserver, nsIObserver) in NS_IMPL_ISUPPORTS() argument
1502 nsCOMPtr<nsIObserver> observer = new ShutdownObserver(); in Startup()
[all …]

1234