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

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

Completed in 777 milliseconds