Searched refs:DatabaseDeleted (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dmock_indexed_db_factory.h48 MOCK_METHOD1(DatabaseDeleted,
H A Dindexed_db_factory.h75 virtual void DatabaseDeleted(
H A Dindexed_db_context_impl.h79 void DatabaseDeleted(const GURL& origin_url);
H A Dindexed_db_factory_impl.h61 virtual void DatabaseDeleted(
H A Dindexed_db_factory_impl.cc287 void IndexedDBFactoryImpl::DatabaseDeleted( function in class:content::IndexedDBFactoryImpl
292 context_->DatabaseDeleted(identifier.first);
H A Dindexed_db_context_impl.cc418 void IndexedDBContextImpl::DatabaseDeleted(const GURL& origin_url) { function in class:content::IndexedDBContextImpl
H A Dindexed_db_database.cc1683 factory_->DatabaseDeleted(identifier_);

Completed in 370 milliseconds