Home
last modified time | relevance | path

Searched defs:ReportValueChanged (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/components/prefs/
H A Dvalue_map_pref_store.cc59 void ValueMapPrefStore::ReportValueChanged(const std::string& key, in ReportValueChanged() function in ValueMapPrefStore
H A Din_memory_pref_store.cc84 void InMemoryPrefStore::ReportValueChanged(const std::string& key, in ReportValueChanged() function in InMemoryPrefStore
H A Dsegregated_pref_store.cc132 void SegregatedPrefStore::ReportValueChanged(const std::string& key, in ReportValueChanged() function in SegregatedPrefStore
H A Doverlay_user_pref_store.cc201 void OverlayUserPrefStore::ReportValueChanged(const std::string& key, in ReportValueChanged() function in OverlayUserPrefStore
H A Dtesting_pref_store.cc185 void TestingPrefStore::ReportValueChanged(const std::string& key, in ReportValueChanged() function in TestingPrefStore
H A Djson_pref_store.cc339 void JsonPrefStore::ReportValueChanged(const std::string& key, uint32_t flags) { in ReportValueChanged() function in JsonPrefStore
H A Dpref_service_unittest.cc293 void ReportValueChanged(const std::string& key, uint32_t flags) override { in ReportValueChanged() function in WriteFlagChecker