Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp2778 StaticAutoPtr<LiveDatabaseArray> gLiveDatabases; variable
3003 if (!gLiveDatabases) { in CollectDatabasesMatching()
3009 for (const auto& database : *gLiveDatabases) { in CollectDatabasesMatching()
5201 if (!gLiveDatabases) { in SetActorAlive()
5202 gLiveDatabases = new LiveDatabaseArray(); in SetActorAlive()
5308 MOZ_ASSERT(gLiveDatabases); in AllowToClose()
5309 gLiveDatabases->RemoveElement(this); in AllowToClose()
5314 if (gLiveDatabases->IsEmpty()) { in AllowToClose()
5315 gLiveDatabases = nullptr; in AllowToClose()
8603 if (gLiveDatabases) { in GetShutdownStatus()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp2778 StaticAutoPtr<LiveDatabaseArray> gLiveDatabases; variable
3003 if (!gLiveDatabases) { in CollectDatabasesMatching()
3009 for (const auto& database : *gLiveDatabases) { in CollectDatabasesMatching()
5201 if (!gLiveDatabases) { in SetActorAlive()
5202 gLiveDatabases = new LiveDatabaseArray(); in SetActorAlive()
5308 MOZ_ASSERT(gLiveDatabases); in AllowToClose()
5309 gLiveDatabases->RemoveElement(this); in AllowToClose()
5314 if (gLiveDatabases->IsEmpty()) { in AllowToClose()
5315 gLiveDatabases = nullptr; in AllowToClose()
8603 if (gLiveDatabases) { in GetShutdownStatus()
[all …]
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp2800 StaticAutoPtr<LiveDatabaseArray> gLiveDatabases; variable
3041 if (!gLiveDatabases) { in CollectDatabasesMatching()
3047 for (const auto& database : *gLiveDatabases) { in CollectDatabasesMatching()
5363 if (!gLiveDatabases) { in SetActorAlive()
5364 gLiveDatabases = new LiveDatabaseArray(); in SetActorAlive()
5470 MOZ_ASSERT(gLiveDatabases); in AllowToClose()
5471 gLiveDatabases->RemoveElement(this); in AllowToClose()
5476 if (gLiveDatabases->IsEmpty()) { in AllowToClose()
5477 gLiveDatabases = nullptr; in AllowToClose()
8748 if (gLiveDatabases) { in GetShutdownStatus()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp2934 StaticAutoPtr<LiveDatabaseArray> gLiveDatabases; variable
3162 if (!gLiveDatabases) { in CollectDatabases()
3166 for (const auto& database : *gLiveDatabases) { in CollectDatabases()
5655 if (!gLiveDatabases) { in SetActorAlive()
5656 gLiveDatabases = new LiveDatabaseArray(); in SetActorAlive()
5659 gLiveDatabases->AppendElement(this); in SetActorAlive()
5762 MOZ_ASSERT(gLiveDatabases); in AllowToClose()
5763 gLiveDatabases->RemoveElement(this); in AllowToClose()
5765 if (gLiveDatabases->IsEmpty()) { in AllowToClose()
5766 gLiveDatabases = nullptr; in AllowToClose()
[all …]