/external/cronet/components/prefs/ |
D | overlay_user_pref_store.cc | 143 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()
|
D | segregated_pref_store.cc | 137 void SegregatedPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in SegregatedPrefStore 140 StoreForKey(key)->SetValueSilently(key, std::move(value), flags); in SetValueSilently()
|
D | writeable_pref_store.h | 77 virtual void SetValueSilently(const std::string& key,
|
D | overlay_user_pref_store_unittest.cc | 84 overlay_->SetValueSilently(regular_key, Value(46), in TEST_F() 199 overlay_->SetValueSilently(persistent_key, Value(46), in TEST_F()
|
D | value_map_pref_store.h | 44 void SetValueSilently(const std::string& key,
|
D | in_memory_pref_store.h | 44 void SetValueSilently(const std::string& key,
|
D | value_map_pref_store.cc | 65 void ValueMapPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in ValueMapPrefStore
|
D | in_memory_pref_store.cc | 56 void InMemoryPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in InMemoryPrefStore
|
D | overlay_user_pref_store.h | 57 void SetValueSilently(const std::string& key,
|
D | testing_pref_store.h | 44 void SetValueSilently(const std::string& key,
|
D | segregated_pref_store.h | 71 void SetValueSilently(const std::string& key,
|
D | in_memory_pref_store_unittest.cc | 75 store_->SetValueSilently(kTestPref, base::Value(42), in TEST_F()
|
D | json_pref_store.h | 93 void SetValueSilently(const std::string& key,
|
D | testing_pref_store.cc | 64 void TestingPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in TestingPrefStore
|
D | json_pref_store.cc | 236 void JsonPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in JsonPrefStore
|
D | pref_service_unittest.cc | 303 void SetValueSilently(const std::string& key, in SetValueSilently() function in WriteFlagChecker
|
D | pref_service.cc | 521 user_pref_store_->SetValueSilently(path, default_value->Clone(), in GetMutableUserPref()
|
D | json_pref_store_unittest.cc | 638 pref_store->SetValueSilently("lossy", base::Value("lossy"), in TEST_P()
|