Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp2991 MOZ_ASSERT(preparedDatastore); in InvalidatePreparedDatastoresMatching()
2993 if (aCondition(*preparedDatastore)) { in InvalidatePreparedDatastoresMatching()
2994 preparedDatastore->Invalidate(); in InvalidatePreparedDatastoresMatching()
3153 if (NS_WARN_IF(!preparedDatastore)) { in AllocPBackgroundLSDatabaseParent()
3166 preparedDatastore->Origin(), aPrivateBrowsingId); in AllocPBackgroundLSDatabaseParent()
3186 mozilla::UniquePtr<PreparedDatastore> preparedDatastore; in RecvPBackgroundLSDatabaseConstructor() local
3187 gPreparedDatastores->Remove(aDatastoreId, &preparedDatastore); in RecvPBackgroundLSDatabaseConstructor()
3188 MOZ_ASSERT(preparedDatastore); in RecvPBackgroundLSDatabaseConstructor()
3197 if (preparedDatastore->IsInvalidated()) { in RecvPBackgroundLSDatabaseConstructor()
7348 preparedDatastore->Invalidate(); in GetResponse()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp2991 MOZ_ASSERT(preparedDatastore); in InvalidatePreparedDatastoresMatching()
2993 if (aCondition(*preparedDatastore)) { in InvalidatePreparedDatastoresMatching()
2994 preparedDatastore->Invalidate(); in InvalidatePreparedDatastoresMatching()
3153 if (NS_WARN_IF(!preparedDatastore)) { in AllocPBackgroundLSDatabaseParent()
3166 preparedDatastore->Origin(), aPrivateBrowsingId); in AllocPBackgroundLSDatabaseParent()
3186 mozilla::UniquePtr<PreparedDatastore> preparedDatastore; in RecvPBackgroundLSDatabaseConstructor() local
3187 gPreparedDatastores->Remove(aDatastoreId, &preparedDatastore); in RecvPBackgroundLSDatabaseConstructor()
3188 MOZ_ASSERT(preparedDatastore); in RecvPBackgroundLSDatabaseConstructor()
3197 if (preparedDatastore->IsInvalidated()) { in RecvPBackgroundLSDatabaseConstructor()
7348 preparedDatastore->Invalidate(); in GetResponse()
[all …]
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp3029 MOZ_ASSERT(preparedDatastore); in InvalidatePreparedDatastoresMatching()
3031 if (aCondition(*preparedDatastore)) { in InvalidatePreparedDatastoresMatching()
3032 preparedDatastore->Invalidate(); in InvalidatePreparedDatastoresMatching()
3229 if (NS_WARN_IF(!preparedDatastore)) { in AllocPBackgroundLSDatabaseParent()
3242 preparedDatastore->Origin(), aPrivateBrowsingId); in AllocPBackgroundLSDatabaseParent()
3262 mozilla::UniquePtr<PreparedDatastore> preparedDatastore; in RecvPBackgroundLSDatabaseConstructor() local
3263 gPreparedDatastores->Remove(aDatastoreId, &preparedDatastore); in RecvPBackgroundLSDatabaseConstructor()
3264 MOZ_ASSERT(preparedDatastore); in RecvPBackgroundLSDatabaseConstructor()
3273 if (preparedDatastore->IsInvalidated()) { in RecvPBackgroundLSDatabaseConstructor()
7470 preparedDatastore->Invalidate(); in GetResponse()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp3322 if (NS_WARN_IF(!preparedDatastore)) { in AllocPBackgroundLSDatabaseParent()
3355 mozilla::UniquePtr<PreparedDatastore> preparedDatastore; in RecvPBackgroundLSDatabaseConstructor() local
3357 MOZ_ASSERT(preparedDatastore); in RecvPBackgroundLSDatabaseConstructor()
3361 database->SetActorAlive(preparedDatastore->GetDatastore()); in RecvPBackgroundLSDatabaseConstructor()
3366 if (preparedDatastore->IsInvalidated()) { in RecvPBackgroundLSDatabaseConstructor()
7882 auto preparedDatastore = MakeUnique<PreparedDatastore>( in GetResponse() local
7892 preparedDatastore->Invalidate(); in GetResponse()
7895 Unused << preparedDatastore.release(); in GetResponse()
9203 const auto& preparedDatastore = iter.Data(); in AbortOperations() local
9204 MOZ_ASSERT(preparedDatastore); in AbortOperations()
[all …]