Searched refs:ReportBlobUnused (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_active_blob_registry.cc78 backing_store_->ReportBlobUnused(database_id, blob_key);
H A Dindexed_db_active_blob_registry_unittest.cc66 virtual void ReportBlobUnused(int64 database_id, int64 blob_key) OVERRIDE {
H A Dindexed_db_fake_backing_store.cc157 void IndexedDBFakeBackingStore::ReportBlobUnused(int64 database_id, function in class:content::IndexedDBFakeBackingStore
H A Dindexed_db_fake_backing_store.h105 virtual void ReportBlobUnused(int64 database_id, int64 blob_key) OVERRIDE;
H A Dindexed_db_backing_store.h468 virtual void ReportBlobUnused(int64 database_id, int64 blob_key);
H A Dindexed_db_backing_store.cc2412 void IndexedDBBackingStore::ReportBlobUnused(int64 database_id, function in class:content::IndexedDBBackingStore

Completed in 103 milliseconds