Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/prefs/
H A Dvalue_map_pref_store.cc54 bool ValueMapPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in ValueMapPrefStore
H A Din_memory_pref_store.cc28 bool InMemoryPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in InMemoryPrefStore
H A Dsegregated_pref_store.cc127 bool SegregatedPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in SegregatedPrefStore
H A Doverlay_user_pref_store.cc109 bool OverlayUserPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in OverlayUserPrefStore
H A Dtesting_pref_store.cc86 bool TestingPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in TestingPrefStore
H A Djson_pref_store.cc213 bool JsonPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in JsonPrefStore
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dpolicy_map.cc79 base::Value* PolicyMap::GetMutableValue(const std::string& policy) { in GetMutableValue() function in policy::PolicyMap