Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dpersistent_pref_store.h55 virtual void SetValueSilently(const std::string& key, Value* value) = 0;
Djson_pref_store.h53 virtual void SetValueSilently(const std::string& key, Value* value);
Djson_pref_store.cc174 void JsonPrefStore::SetValueSilently(const std::string& key, Value* value) { in SetValueSilently() function in JsonPrefStore
/external/chromium/chrome/browser/prefs/
Doverlay_persistent_pref_store.h42 virtual void SetValueSilently(const std::string& key, Value* value);
Dtesting_pref_store.h36 virtual void SetValueSilently(const std::string& key, Value* value);
Doverlay_persistent_pref_store.cc67 void OverlayPersistentPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() function in OverlayPersistentPrefStore
Dtesting_pref_store.cc43 void TestingPrefStore::SetValueSilently(const std::string& key, Value* value) { in SetValueSilently() function in TestingPrefStore
Doverlay_persistent_pref_store_unittest.cc64 overlay_->SetValueSilently(key, Value::CreateIntegerValue(46)); in TEST_F()
Dpref_service.cc617 user_pref_store_->SetValueSilently(path, value); in GetMutableUserPref()