MarkDeletedCheckIfUsed 32 content/browser/indexed_db/indexed_db_active_blob_registry.h bool MarkDeletedCheckIfUsed(int64 database_id, int64 blob_key); MarkDeletedCheckIfUsed 119 content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc EXPECT_FALSE(registry()->MarkDeletedCheckIfUsed(kDatabaseId0, kBlobKey0)); MarkDeletedCheckIfUsed 162 content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc EXPECT_TRUE(registry()->MarkDeletedCheckIfUsed(kDatabaseId0, kBlobKey0)); MarkDeletedCheckIfUsed 211 content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc EXPECT_TRUE(registry()->MarkDeletedCheckIfUsed(kDatabaseId0, kBlobKey1));