Home
last modified time | relevance | path

Searched refs:storageConnection (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/quota/
H A DCachingDatabaseConnection.cpp52 &storageConnection = **mStorageConnection](const auto&) { in GetCachedStatement()
56 storageConnection.GetLastErrorString(msg)); in GetCachedStatement()
/dports/www/firefox/firefox-99.0/dom/quota/
H A DCachingDatabaseConnection.cpp52 &storageConnection = **mStorageConnection](const auto&) { in GetCachedStatement()
56 storageConnection.GetLastErrorString(msg)); in GetCachedStatement()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/
H A DCachingDatabaseConnection.cpp52 &storageConnection = **mStorageConnection](const auto&) { in GetCachedStatement()
56 storageConnection.GetLastErrorString(msg)); in GetCachedStatement()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp4256 nsCOMPtr<mozIStorageConnection> storageConnection; in EnsureStorageConnection() local
4263 mStorageConnection = storageConnection; in EnsureStorageConnection()
4326 nsCOMPtr<mozIStorageConnection> storageConnection; in EnsureStorageConnection() local
4330 if (storageConnection) { in EnsureStorageConnection()
4331 MOZ_ALWAYS_SUCCEEDS(storageConnection->Close()); in EnsureStorageConnection()
4372 mStorageConnection = storageConnection; in EnsureStorageConnection()
9680 nsCOMPtr<mozIStorageConnection> storageConnection = in LockAndAttachShadowDatabase() local
9682 MOZ_ASSERT(storageConnection); in LockAndAttachShadowDatabase()
9702 nsCOMPtr<mozIStorageConnection> storageConnection = in DetachShadowDatabaseAndUnlock() local
9704 MOZ_ASSERT(storageConnection); in DetachShadowDatabaseAndUnlock()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp3942 QM_TRY_UNWRAP(auto storageConnection, in EnsureStorageConnection()
3944 LazyInit(WrapMovingNotNull(std::move(storageConnection))); in EnsureStorageConnection()
3983 nsCOMPtr<mozIStorageConnection> storageConnection; in EnsureStorageConnection() local
3985 auto autoRemove = MakeScopeExit([&storageConnection, &directoryEntry] { in EnsureStorageConnection()
3986 if (storageConnection) { in EnsureStorageConnection()
3987 MOZ_ALWAYS_SUCCEEDS(storageConnection->Close()); in EnsureStorageConnection()
3997 QM_TRY_UNWRAP(storageConnection, in EnsureStorageConnection()
4019 LazyInit(WrapMovingNotNull(std::move(storageConnection))); in EnsureStorageConnection()
8879 nsCOMPtr<mozIStorageConnection> storageConnection = in DetachShadowDatabaseAndUnlock() local
8881 MOZ_ASSERT(storageConnection); in DetachShadowDatabaseAndUnlock()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp3942 QM_TRY_UNWRAP(auto storageConnection, in EnsureStorageConnection()
3944 LazyInit(WrapMovingNotNull(std::move(storageConnection))); in EnsureStorageConnection()
3983 nsCOMPtr<mozIStorageConnection> storageConnection; in EnsureStorageConnection() local
3985 auto autoRemove = MakeScopeExit([&storageConnection, &directoryEntry] { in EnsureStorageConnection()
3986 if (storageConnection) { in EnsureStorageConnection()
3987 MOZ_ALWAYS_SUCCEEDS(storageConnection->Close()); in EnsureStorageConnection()
3997 QM_TRY_UNWRAP(storageConnection, in EnsureStorageConnection()
4019 LazyInit(WrapMovingNotNull(std::move(storageConnection))); in EnsureStorageConnection()
8879 nsCOMPtr<mozIStorageConnection> storageConnection = in DetachShadowDatabaseAndUnlock() local
8881 MOZ_ASSERT(storageConnection); in DetachShadowDatabaseAndUnlock()
[all …]
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp4058 QM_TRY_UNWRAP(auto storageConnection, in EnsureStorageConnection()
4060 LazyInit(WrapMovingNotNull(std::move(storageConnection))); in EnsureStorageConnection()
4100 nsCOMPtr<mozIStorageConnection> storageConnection; in EnsureStorageConnection() local
4102 auto autoRemove = MakeScopeExit([&storageConnection, &directoryEntry] { in EnsureStorageConnection()
4103 if (storageConnection) { in EnsureStorageConnection()
4104 MOZ_ALWAYS_SUCCEEDS(storageConnection->Close()); in EnsureStorageConnection()
4114 QM_TRY_UNWRAP(storageConnection, in EnsureStorageConnection()
4136 LazyInit(WrapMovingNotNull(std::move(storageConnection))); in EnsureStorageConnection()
9024 nsCOMPtr<mozIStorageConnection> storageConnection = in DetachShadowDatabaseAndUnlock() local
9026 MOZ_ASSERT(storageConnection); in DetachShadowDatabaseAndUnlock()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DActorsParent.cpp12281 nsCOMPtr<mozIStorageConnection> storageConnection; in GetOrCreateConnection() local
12288 getter_AddRefs(storageConnection)); in GetOrCreateConnection()
12294 new DatabaseConnection(storageConnection, aDatabase->GetFileManager()); in GetOrCreateConnection()
24938 nsCOMPtr<mozIStorageConnection> storageConnection = in InsertDataFromObjectStore() local
24940 MOZ_ASSERT(storageConnection); in InsertDataFromObjectStore()
24958 storageConnection->CreateFunction(updateFunctionName, in InsertDataFromObjectStore()
24967 MOZ_ALWAYS_SUCCEEDS(storageConnection->RemoveFunction(updateFunctionName)); in InsertDataFromObjectStore()
24985 DebugOnly<void*> storageConnection = aConnection->GetStorageConnection(); in InsertDataFromObjectStoreInternal() local
24986 MOZ_ASSERT(storageConnection); in InsertDataFromObjectStoreInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DActorsParent.cpp10493 nsCOMPtr<mozIStorageConnection> storageConnection; in GetOrCreateConnection() local
10497 getter_AddRefs(storageConnection)); in GetOrCreateConnection()
10503 new DatabaseConnection(storageConnection, aDatabase->GetFileManager()); in GetOrCreateConnection()
22297 nsCOMPtr<mozIStorageConnection> storageConnection = in InsertDataFromObjectStore() local
22299 MOZ_ASSERT(storageConnection); in InsertDataFromObjectStore()
22307 storageConnection->CreateFunction(updateFunctionName, 4, updateFunction); in InsertDataFromObjectStore()
22314 MOZ_ALWAYS_SUCCEEDS(storageConnection->RemoveFunction(updateFunctionName)); in InsertDataFromObjectStore()
22330 DebugOnly<void*> storageConnection = aConnection->GetStorageConnection(); in InsertDataFromObjectStoreInternal() local
22331 MOZ_ASSERT(storageConnection); in InsertDataFromObjectStoreInternal()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParent.cpp7923 MovingNotNull<nsCOMPtr<mozIStorageConnection>> storageConnection, in GetOrCreateConnection()
7928 std::move(storageConnection), aDatabase.GetFileManagerPtr()); in GetOrCreateConnection()
17611 auto& storageConnection = connection->MutableStorageConnection(); in RunOnConnectionThread() local
17615 rv = autoProgress.Register(storageConnection, this); in RunOnConnectionThread()
18569 auto& storageConnection = aConnection->MutableStorageConnection(); in InsertDataFromObjectStore() local
18578 storageConnection.CreateFunction(updateFunctionName, 4, updateFunction); in InsertDataFromObjectStore()
18585 MOZ_ALWAYS_SUCCEEDS(storageConnection.RemoveFunction(updateFunctionName)); in InsertDataFromObjectStore()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParent.cpp7923 MovingNotNull<nsCOMPtr<mozIStorageConnection>> storageConnection, in GetOrCreateConnection()
7928 std::move(storageConnection), aDatabase.GetFileManagerPtr()); in GetOrCreateConnection()
17611 auto& storageConnection = connection->MutableStorageConnection(); in RunOnConnectionThread() local
17615 rv = autoProgress.Register(storageConnection, this); in RunOnConnectionThread()
18569 auto& storageConnection = aConnection->MutableStorageConnection(); in InsertDataFromObjectStore() local
18578 storageConnection.CreateFunction(updateFunctionName, 4, updateFunction); in InsertDataFromObjectStore()
18585 MOZ_ALWAYS_SUCCEEDS(storageConnection.RemoveFunction(updateFunctionName)); in InsertDataFromObjectStore()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParent.cpp7909 MovingNotNull<nsCOMPtr<mozIStorageConnection>> storageConnection, in GetOrCreateConnection()
7914 std::move(storageConnection), aDatabase.GetFileManagerPtr()); in GetOrCreateConnection()
17577 auto& storageConnection = connection->MutableStorageConnection(); in RunOnConnectionThread() local
17581 rv = autoProgress.Register(storageConnection, this); in RunOnConnectionThread()
18544 auto& storageConnection = aConnection->MutableStorageConnection(); in InsertDataFromObjectStore() local
18553 storageConnection.CreateFunction(updateFunctionName, 4, updateFunction); in InsertDataFromObjectStore()
18560 MOZ_ALWAYS_SUCCEEDS(storageConnection.RemoveFunction(updateFunctionName)); in InsertDataFromObjectStore()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp22831 auto& storageConnection = connection->MutableStorageConnection(); in RunOnConnectionThread() local
22835 rv = autoProgress.Register(storageConnection, this); in RunOnConnectionThread()
23890 auto& storageConnection = aConnection->MutableStorageConnection(); in InsertDataFromObjectStore() local
23898 storageConnection.CreateFunction(updateFunctionName, 4, updateFunction); in InsertDataFromObjectStore()
23905 MOZ_ALWAYS_SUCCEEDS(storageConnection.RemoveFunction(updateFunctionName)); in InsertDataFromObjectStore()