Home
last modified time | relevance | path

Searched defs:url_matcher (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_shared_dictionary_store.cc1046 base::RepeatingCallback<bool(const GURL&)> url_matcher) { in ClearDictionariesImpl()
1143 base::RepeatingCallback<bool(const GURL&)> url_matcher, in SelectMatchingDictionariesWithUrlMatcher()
1748 base::RepeatingCallback<bool(const GURL&)> url_matcher, in ClearDictionaries()
H A Dsqlite_persistent_shared_dictionary_store_unittest.cc396 base::RepeatingCallback<bool(const GURL&)> url_matcher) { in ClearDictionaries()
1590 base::RepeatingCallback<bool(const GURL&)> url_matcher, in RunClearDictionariesFailureTest()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_cache.cc309 base::RepeatingCallback<bool(const GURL&)> url_matcher) { in ClearEntriesAddedBetween()