Home
last modified time | relevance | path

Searched refs:gConnectionThread (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp2780 StaticRefPtr<ConnectionThread> gConnectionThread; variable
2809 MOZ_ASSERT(gConnectionThread); in IsOnGlobalConnectionThread()
2810 return gConnectionThread->IsOnConnectionThread(); in IsOnGlobalConnectionThread()
2814 MOZ_ASSERT(gConnectionThread); in AssertIsOnGlobalConnectionThread()
2815 gConnectionThread->AssertIsOnConnectionThread(); in AssertIsOnGlobalConnectionThread()
7165 if (!gConnectionThread) { in BeginLoadData()
7166 gConnectionThread = new ConnectionThread(); in BeginLoadData()
7289 if (!gConnectionThread) { in GetResponse()
8628 if (gConnectionThread) { in FinalizeShutdown()
8629 gConnectionThread->Shutdown(); in FinalizeShutdown()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp2780 StaticRefPtr<ConnectionThread> gConnectionThread; variable
2809 MOZ_ASSERT(gConnectionThread); in IsOnGlobalConnectionThread()
2810 return gConnectionThread->IsOnConnectionThread(); in IsOnGlobalConnectionThread()
2814 MOZ_ASSERT(gConnectionThread); in AssertIsOnGlobalConnectionThread()
2815 gConnectionThread->AssertIsOnConnectionThread(); in AssertIsOnGlobalConnectionThread()
7165 if (!gConnectionThread) { in BeginLoadData()
7166 gConnectionThread = new ConnectionThread(); in BeginLoadData()
7289 if (!gConnectionThread) { in GetResponse()
8628 if (gConnectionThread) { in FinalizeShutdown()
8629 gConnectionThread->Shutdown(); in FinalizeShutdown()
[all …]
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp2802 StaticRefPtr<ConnectionThread> gConnectionThread; variable
2831 MOZ_ASSERT(gConnectionThread); in IsOnGlobalConnectionThread()
2832 return gConnectionThread->IsOnConnectionThread(); in IsOnGlobalConnectionThread()
2836 MOZ_ASSERT(gConnectionThread); in AssertIsOnGlobalConnectionThread()
2837 gConnectionThread->AssertIsOnConnectionThread(); in AssertIsOnGlobalConnectionThread()
7290 if (!gConnectionThread) { in BeginLoadData()
7291 gConnectionThread = new ConnectionThread(); in BeginLoadData()
7411 if (!gConnectionThread) { in GetResponse()
8773 if (gConnectionThread) { in FinalizeShutdown()
8774 gConnectionThread->Shutdown(); in FinalizeShutdown()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp2936 StaticRefPtr<ConnectionThread> gConnectionThread; variable
2964 MOZ_ASSERT(gConnectionThread); in IsOnConnectionThread()
2965 return gConnectionThread->IsOnConnectionThread(); in IsOnConnectionThread()
2969 MOZ_ASSERT(gConnectionThread); in AssertIsOnConnectionThread()
2970 gConnectionThread->AssertIsOnConnectionThread(); in AssertIsOnConnectionThread()
7721 if (!gConnectionThread) { in BeginLoadData()
7722 gConnectionThread = new ConnectionThread(); in BeginLoadData()
7848 if (!gConnectionThread) { in GetResponse()
9287 if (gConnectionThread) { in ShutdownWorkThreads()
9288 gConnectionThread->Shutdown(); in ShutdownWorkThreads()
[all …]