Home
last modified time | relevance | path

Searched defs:recently_broken_alternative_services (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_server_properties_manager.cc225 std::unique_ptr<RecentlyBrokenAlternativeServices>* in ReadPrefs()
336 RecentlyBrokenAlternativeServices* recently_broken_alternative_services) { in AddToBrokenAlternativeServices()
694 recently_broken_alternative_services, in WriteToPrefs()
861 recently_broken_alternative_services, in SaveBrokenAlternativeServicesToPrefs()
947 recently_broken_alternative_services; in OnHttpServerPropertiesLoaded() local
H A Dbroken_alternative_services.cc235 std::unique_ptr<RecentlyBrokenAlternativeServices> in SetBrokenAndRecentlyBrokenAlternativeServices()
335 BrokenAlternativeServices::recently_broken_alternative_services() const { in recently_broken_alternative_services() function in net::BrokenAlternativeServices
H A Dhttp_server_properties.cc1090 std::unique_ptr<RecentlyBrokenAlternativeServices> in OnPrefsLoaded()
1220 std::unique_ptr<RecentlyBrokenAlternativeServices> in OnBrokenAndRecentlyBrokenAlternativeServicesLoaded()
H A Dhttp_server_properties.h467 std::unique_ptr<RecentlyBrokenAlternativeServices> in OnBrokenAndRecentlyBrokenAlternativeServicesLoadedForTesting()
H A Dhttp_server_properties_manager_unittest.cc157 recently_broken_alternative_services) { ADD_FAILURE(); }); in ServerInfoMapToDict()
192 recently_broken_alternative_services) { in DictToServerInfoMap()