Searched refs:SetValueSilently (Results 1 - 19 of 19) sorted by path

/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc46 void AwPrefStore::SetValueSilently(const std::string& key, base::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 Djson_pref_store.cc216 void JsonPrefStore::SetValueSilently(const std::string& key, function in class:JsonPrefStore
H A Djson_pref_store.h80 virtual void SetValueSilently(const std::string& key,
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 Doverlay_user_pref_store.h44 virtual void SetValueSilently(const std::string& key,
H A Doverlay_user_pref_store_unittest.cc75 overlay_->SetValueSilently(overlay_key, new FundamentalValue(46));
179 overlay_->SetValueSilently(regular_key, new FundamentalValue(46));
243 overlay_->SetValueSilently(mapped_overlay_key, new FundamentalValue(46));
H A Dpref_service.cc429 user_pref_store_->SetValueSilently(path, value);
H A Dtesting_pref_store.cc52 void TestingPrefStore::SetValueSilently(const std::string& key, function in class:TestingPrefStore
H A Dtesting_pref_store.h36 virtual void SetValueSilently(const std::string& key,
H A Dvalue_map_pref_store.cc50 void ValueMapPrefStore::SetValueSilently(const std::string& key, function in class:ValueMapPrefStore
H A Dvalue_map_pref_store.h36 virtual void SetValueSilently(const std::string& key,
H A Dwriteable_pref_store.h43 virtual void SetValueSilently(const std::string& key, base::Value* value) = 0;
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_ui_prefs_migrator_unittest.cc52 virtual void SetValueSilently(const std::string& key,
H A Dleveldb_pref_store.cc274 void LevelDBPrefStore::SetValueSilently(const std::string& key, function in class:LevelDBPrefStore
H A Dleveldb_pref_store.h52 virtual void SetValueSilently(const std::string& key,
H A Dleveldb_pref_store_unittest.cc111 TEST_F(LevelDBPrefStoreTest, SetValueSilently) {
118 pref_store_->SetValueSilently(key, new base::FundamentalValue(30));
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store.cc102 void SegregatedPrefStore::SetValueSilently(const std::string& key, function in class:SegregatedPrefStore
104 StoreForKey(key)->SetValueSilently(key, value);
H A Dsegregated_pref_store.h62 virtual void SetValueSilently(const std::string& key,

Completed in 684 milliseconds