Home
last modified time | relevance | path

Searched refs:SetValueSilently (Results 1 – 18 of 18) sorted by relevance

/external/cronet/components/prefs/
Doverlay_user_pref_store.cc143 void OverlayUserPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in OverlayUserPrefStore
147 persistent_user_pref_store_->SetValueSilently(key, std::move(value), flags); in SetValueSilently()
151 ephemeral_user_pref_store_->SetValueSilently(key, std::move(value), flags); in SetValueSilently()
Dsegregated_pref_store.cc137 void SegregatedPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in SegregatedPrefStore
140 StoreForKey(key)->SetValueSilently(key, std::move(value), flags); in SetValueSilently()
Dwriteable_pref_store.h77 virtual void SetValueSilently(const std::string& key,
Doverlay_user_pref_store_unittest.cc84 overlay_->SetValueSilently(regular_key, Value(46), in TEST_F()
199 overlay_->SetValueSilently(persistent_key, Value(46), in TEST_F()
Dvalue_map_pref_store.h44 void SetValueSilently(const std::string& key,
Din_memory_pref_store.h44 void SetValueSilently(const std::string& key,
Dvalue_map_pref_store.cc65 void ValueMapPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in ValueMapPrefStore
Din_memory_pref_store.cc56 void InMemoryPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in InMemoryPrefStore
Doverlay_user_pref_store.h57 void SetValueSilently(const std::string& key,
Dtesting_pref_store.h44 void SetValueSilently(const std::string& key,
Dsegregated_pref_store.h71 void SetValueSilently(const std::string& key,
Din_memory_pref_store_unittest.cc75 store_->SetValueSilently(kTestPref, base::Value(42), in TEST_F()
Djson_pref_store.h93 void SetValueSilently(const std::string& key,
Dtesting_pref_store.cc64 void TestingPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in TestingPrefStore
Djson_pref_store.cc236 void JsonPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in JsonPrefStore
Dpref_service_unittest.cc303 void SetValueSilently(const std::string& key, in SetValueSilently() function in WriteFlagChecker
Dpref_service.cc521 user_pref_store_->SetValueSilently(path, default_value->Clone(), in GetMutableUserPref()
Djson_pref_store_unittest.cc638 pref_store->SetValueSilently("lossy", base::Value("lossy"), in TEST_P()