Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp1484 nsTHashSet<Database*> mActiveDatabases; member in mozilla::dom::__anoncd717ce40111::Datastore
4580 MOZ_ASSERT(!mActiveDatabases.Contains(aDatabase)); in NoteFinishedDatabase()
4598 MOZ_ASSERT(!mActiveDatabases.Contains(aDatabase)); in NoteActiveDatabase()
4601 mActiveDatabases.Insert(aDatabase); in NoteActiveDatabase()
4608 MOZ_ASSERT(mActiveDatabases.Contains(aDatabase)); in NoteInactiveDatabase()
4611 mActiveDatabases.Remove(aDatabase); in NoteInactiveDatabase()
4613 if (!mActiveDatabases.Count() && mPendingUsageDeltas.Length()) { in NoteInactiveDatabase()
4995 if (mActiveDatabases.Count()) { in EndUpdateBatch()
5108 for (Database* database : mActiveDatabases) { in NoteChangedObserverArray()
5161 aResult.AppendInt(mActiveDatabases.Count()); in Stringify()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp1470 nsTHashSet<Database*> mActiveDatabases; member in mozilla::dom::__anone1dc0fd90111::Datastore
4447 MOZ_ASSERT(!mActiveDatabases.Contains(aDatabase)); in NoteFinishedDatabase()
4463 MOZ_ASSERT(!mActiveDatabases.Contains(aDatabase)); in NoteActiveDatabase()
4466 mActiveDatabases.Insert(aDatabase); in NoteActiveDatabase()
4473 MOZ_ASSERT(mActiveDatabases.Contains(aDatabase)); in NoteInactiveDatabase()
4476 mActiveDatabases.Remove(aDatabase); in NoteInactiveDatabase()
4478 if (!mActiveDatabases.Count() && mPendingUsageDeltas.Length()) { in NoteInactiveDatabase()
4859 if (mActiveDatabases.Count()) { in EndUpdateBatch()
4964 for (Database* database : mActiveDatabases) { in NoteChangedObserverArray()
5017 aResult.AppendInt(mActiveDatabases.Count()); in Stringify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp1470 nsTHashSet<Database*> mActiveDatabases; member in mozilla::dom::__anone8928e300111::Datastore
4447 MOZ_ASSERT(!mActiveDatabases.Contains(aDatabase)); in NoteFinishedDatabase()
4463 MOZ_ASSERT(!mActiveDatabases.Contains(aDatabase)); in NoteActiveDatabase()
4466 mActiveDatabases.Insert(aDatabase); in NoteActiveDatabase()
4473 MOZ_ASSERT(mActiveDatabases.Contains(aDatabase)); in NoteInactiveDatabase()
4476 mActiveDatabases.Remove(aDatabase); in NoteInactiveDatabase()
4478 if (!mActiveDatabases.Count() && mPendingUsageDeltas.Length()) { in NoteInactiveDatabase()
4859 if (mActiveDatabases.Count()) { in EndUpdateBatch()
4964 for (Database* database : mActiveDatabases) { in NoteChangedObserverArray()
5017 aResult.AppendInt(mActiveDatabases.Count()); in Stringify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp1697 nsTHashtable<nsPtrHashKey<Database>> mActiveDatabases; member in mozilla::dom::__anonb2ee0edb0111::Datastore
4903 MOZ_ASSERT(!mActiveDatabases.GetEntry(aDatabase)); in NoteFinishedDatabase()
4916 MOZ_ASSERT(!mActiveDatabases.GetEntry(aDatabase)); in NoteActiveDatabase()
4919 mActiveDatabases.PutEntry(aDatabase); in NoteActiveDatabase()
4926 MOZ_ASSERT(mActiveDatabases.GetEntry(aDatabase)); in NoteInactiveDatabase()
4929 mActiveDatabases.RemoveEntry(aDatabase); in NoteInactiveDatabase()
4931 if (!mActiveDatabases.Count() && mPendingUsageDeltas.Length()) { in NoteInactiveDatabase()
5312 if (mActiveDatabases.Count()) { in EndUpdateBatch()
5417 for (auto iter = mActiveDatabases.ConstIter(); !iter.Done(); iter.Next()) { in NoteChangedObserverArray()
5472 aResult.AppendInt(mActiveDatabases.Count()); in Stringify()