HomeSort by relevance Sort by last modified time
    Searched refs:DatabaseDeleted (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.h 75 virtual void DatabaseDeleted(
mock_indexed_db_factory.h 48 MOCK_METHOD1(DatabaseDeleted,
indexed_db_context_impl.h 79 void DatabaseDeleted(const GURL& origin_url);
indexed_db_factory_impl.h 61 virtual void DatabaseDeleted(
indexed_db_factory_impl.cc 287 void IndexedDBFactoryImpl::DatabaseDeleted(
292 context_->DatabaseDeleted(identifier.first);
indexed_db_context_impl.cc 418 void IndexedDBContextImpl::DatabaseDeleted(const GURL& origin_url) {
indexed_db_database.cc     [all...]

Completed in 38 milliseconds