Home
last modified time | relevance | path

Searched refs:DatabaseDeleted (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_context_impl.h155 void DatabaseDeleted(const url::Origin& origin);
H A Dindexed_db_context_impl.cc755 void IndexedDBContextImpl::DatabaseDeleted(const Origin& origin) { in DatabaseDeleted() function in content::IndexedDBContextImpl
H A Dindexed_db_factory_impl.cc1007 context_->DatabaseDeleted(origin); in OnDatabaseDeleted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_context_impl.h157 void DatabaseDeleted(const url::Origin& origin);
H A Dindexed_db_context_impl.cc772 void IndexedDBContextImpl::DatabaseDeleted(const Origin& origin) { in DatabaseDeleted() function in content::IndexedDBContextImpl
H A Dindexed_db_factory_impl.cc1018 context_->DatabaseDeleted(origin); in OnDatabaseDeleted()