Searched refs:SetValueSilently (Results 1 – 9 of 9) sorted by relevance
55 virtual void SetValueSilently(const std::string& key, Value* value) = 0;
53 virtual void SetValueSilently(const std::string& key, Value* value);
174 void JsonPrefStore::SetValueSilently(const std::string& key, Value* value) { in SetValueSilently() function in JsonPrefStore
42 virtual void SetValueSilently(const std::string& key, Value* value);
36 virtual void SetValueSilently(const std::string& key, Value* value);
67 void OverlayPersistentPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in OverlayPersistentPrefStore
43 void TestingPrefStore::SetValueSilently(const std::string& key, Value* value) { in SetValueSilently() function in TestingPrefStore
64 overlay_->SetValueSilently(key, Value::CreateIntegerValue(46)); in TEST_F()
617 user_pref_store_->SetValueSilently(path, value); in GetMutableUserPref()