Home
last modified time | relevance | path

Searched refs:GetAllOrigins (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_quota_client.cc48 *origins_to_return = context->GetAllOrigins(); in GetAllOriginsOnIndexedDBThread()
63 std::vector<url::Origin> all_origins = context->GetAllOrigins(); in GetOriginsForHostOnIndexedDBThread()
H A Dindexed_db_internals_ui.cc42 "getAllOrigins", base::BindRepeating(&IndexedDBInternalsUI::GetAllOrigins, in IndexedDBInternalsUI()
74 void IndexedDBInternalsUI::GetAllOrigins(const base::ListValue* args) { in GetAllOrigins() function in content::IndexedDBInternalsUI
H A Dindexed_db_internals_ui.h40 void GetAllOrigins(const base::ListValue* args);
H A Dindexed_db_context_impl.cc185 std::vector<Origin> origins = GetAllOrigins(); in GetUsage()
307 std::vector<Origin> origins = GetAllOrigins(); in GetAllOriginsDetails()
663 std::vector<Origin> IndexedDBContextImpl::GetAllOrigins() { in GetAllOrigins() function in content::IndexedDBContextImpl
H A Dindexed_db_context_impl.h168 std::vector<url::Origin> GetAllOrigins();
H A Dindexed_db_unittest.cc129 for (auto origin : context_->GetAllOrigins()) { in TearDown()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_quota_client.cc46 for (const auto& origin : context->GetAllOrigins()) in GetAllOriginsOnIndexedDBThread()
62 for (const auto& origin : context->GetAllOrigins()) { in GetOriginsForHostOnIndexedDBThread()
H A Dindexed_db_internals_ui.cc41 "getAllOrigins", base::BindRepeating(&IndexedDBInternalsUI::GetAllOrigins, in IndexedDBInternalsUI()
69 void IndexedDBInternalsUI::GetAllOrigins(const base::ListValue* args) { in GetAllOrigins() function in content::IndexedDBInternalsUI
H A Dindexed_db_internals_ui.h40 void GetAllOrigins(const base::ListValue* args);
H A Dindexed_db_context_impl.cc182 std::vector<Origin> origins = GetAllOrigins(); in GetUsage()
303 std::vector<Origin> origins = GetAllOrigins(); in GetAllOriginsDetails()
647 std::vector<Origin> IndexedDBContextImpl::GetAllOrigins() { in GetAllOrigins() function in content::IndexedDBContextImpl
H A Dindexed_db_context_impl.h166 std::vector<url::Origin> GetAllOrigins();
H A Dindexed_db_unittest.cc128 for (auto origin : context_->GetAllOrigins()) { in TearDown()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/reporting/
H A Dreporting_browsing_data_remover.cc36 for (const url::Origin& origin : cache->GetAllOrigins()) { in RemoveBrowsingData()
H A Dreporting_cache.h137 virtual std::set<url::Origin> GetAllOrigins() const = 0;
H A Dreporting_cache_impl.h70 std::set<url::Origin> GetAllOrigins() const override;
H A Dreporting_test_util.cc256 std::set<url::Origin> all_origins = cache()->GetAllOrigins(); in ClientExistsInCacheForOrigin()
H A Dreporting_endpoint_manager_unittest.cc110 std::set<url::Origin> GetAllOrigins() const override { in GetAllOrigins() function in net::__anon4f8deee60111::TestReportingCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/reporting/
H A Dreporting_browsing_data_remover.cc36 for (const url::Origin& origin : cache->GetAllOrigins()) { in RemoveBrowsingData()
H A Dreporting_cache.h139 virtual std::set<url::Origin> GetAllOrigins() const = 0;
H A Dreporting_cache_impl.h72 std::set<url::Origin> GetAllOrigins() const override;
H A Dreporting_test_util.cc257 std::set<url::Origin> all_origins = cache()->GetAllOrigins(); in ClientExistsInCacheForOrigin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cdm/browser/
H A Dmedia_drm_storage_impl.h65 static std::set<GURL> GetAllOrigins(const PrefService* pref_service);
H A Dmedia_drm_storage_impl_unittest.cc358 TEST_F(MediaDrmStorageImplTest, GetAllOrigins) { in TEST_F() argument
364 MediaDrmStorageImpl::GetAllOrigins(pref_service_.get()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cdm/browser/
H A Dmedia_drm_storage_impl.h65 static std::set<GURL> GetAllOrigins(const PrefService* pref_service);
H A Dmedia_drm_storage_impl_unittest.cc358 TEST_F(MediaDrmStorageImplTest, GetAllOrigins) { in TEST_F() argument
364 MediaDrmStorageImpl::GetAllOrigins(pref_service_.get()); in TEST_F()

12