Searched refs:MarkDeletedCheckIfUsed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_active_blob_registry.h32 bool MarkDeletedCheckIfUsed(int64 database_id, int64 blob_key);
H A Dindexed_db_active_blob_registry_unittest.cc126 EXPECT_FALSE(registry()->MarkDeletedCheckIfUsed(kDatabaseId0, kBlobKey0));
169 EXPECT_TRUE(registry()->MarkDeletedCheckIfUsed(kDatabaseId0, kBlobKey0));
218 EXPECT_TRUE(registry()->MarkDeletedCheckIfUsed(kDatabaseId0, kBlobKey1));
H A Dindexed_db_active_blob_registry.cc85 bool IndexedDBActiveBlobRegistry::MarkDeletedCheckIfUsed(int64 database_id, function in class:content::IndexedDBActiveBlobRegistry
H A Dindexed_db_backing_store.cc1458 if (active_blob_registry()->MarkDeletedCheckIfUsed(
4030 if (registry->MarkDeletedCheckIfUsed(iter->first, iter->second))

Completed in 85 milliseconds