Home
last modified time | relevance | path

Searched refs:NotifyIndexedDBListChanged (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dstorage_handler.h76 void NotifyIndexedDBListChanged(const std::string& origin);
H A Dstorage_handler.cc205 owner_->NotifyIndexedDBListChanged(origin.Serialize()); in OnIndexedDBListChanged()
481 void StorageHandler::NotifyIndexedDBListChanged(const std::string& origin) { in NotifyIndexedDBListChanged() function in content::protocol::StorageHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dstorage_handler.h87 void NotifyIndexedDBListChanged(const std::string& origin);
H A Dstorage_handler.cc212 owner_->NotifyIndexedDBListChanged(origin.Serialize()); in OnIndexedDBListChanged()
520 void StorageHandler::NotifyIndexedDBListChanged(const std::string& origin) { in NotifyIndexedDBListChanged() function in content::protocol::StorageHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dmock_indexed_db_factory.h95 MOCK_METHOD1(NotifyIndexedDBListChanged, void(const url::Origin& origin));
H A Dindexed_db_context_impl.h198 void NotifyIndexedDBListChanged(const url::Origin& origin);
H A Dindexed_db_context_impl.cc781 void IndexedDBContextImpl::NotifyIndexedDBListChanged(const Origin& origin) { in NotifyIndexedDBListChanged() function in content::IndexedDBContextImpl
881 NotifyIndexedDBListChanged(origin); in QueryDiskAndUpdateQuotaUsage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dmock_indexed_db_factory.h95 MOCK_METHOD1(NotifyIndexedDBListChanged, void(const url::Origin& origin));
H A Dindexed_db_context_impl.h196 void NotifyIndexedDBListChanged(const url::Origin& origin);
H A Dindexed_db_context_impl.cc764 void IndexedDBContextImpl::NotifyIndexedDBListChanged(const Origin& origin) { in NotifyIndexedDBListChanged() function in content::IndexedDBContextImpl
869 NotifyIndexedDBListChanged(origin); in QueryDiskAndUpdateQuotaUsage()