Searched refs:SetValueSilently (Results 1 - 20 of 20) 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);
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc46 void AwPrefStore::SetValueSilently(const std::string& key, Value* value) { function in class:AwPrefStore
H A Daw_pref_store.h37 virtual void SetValueSilently(const std::string& key,
/external/chromium_org/base/prefs/
H A Dpersistent_pref_store.h61 virtual void SetValueSilently(const std::string& key, base::Value* value) = 0;
H A Doverlay_user_pref_store.cc76 void OverlayUserPrefStore::SetValueSilently(const std::string& key, function in class:OverlayUserPrefStore
79 underlay_->SetValueSilently(GetUnderlayKey(key), value);
H A Dtesting_pref_store.h36 virtual void SetValueSilently(const std::string& key,
H A Doverlay_user_pref_store_unittest.cc82 overlay_->SetValueSilently(overlay_key, new FundamentalValue(46));
192 overlay_->SetValueSilently(regular_key, new FundamentalValue(46));
265 overlay_->SetValueSilently(mapped_overlay_key, new FundamentalValue(46));
H A Djson_pref_store.h58 virtual void SetValueSilently(const std::string& key,
H A Doverlay_user_pref_store.h44 virtual void SetValueSilently(const std::string& key,
H A Dtesting_pref_store.cc46 void TestingPrefStore::SetValueSilently(const std::string& key, function in class:TestingPrefStore
H A Djson_pref_store.cc206 void JsonPrefStore::SetValueSilently(const std::string& key, function in class:JsonPrefStore
H A Dpref_service.cc465 user_pref_store_->SetValueSilently(path, value);

Completed in 151 milliseconds