HomeSort by relevance Sort by last modified time
    Searched refs:SetValueSilently (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/base/prefs/
persistent_pref_store.h 53 virtual void SetValueSilently(const std::string& key, base::Value* value) = 0;
overlay_user_pref_store.cc 76 void OverlayUserPrefStore::SetValueSilently(const std::string& key,
79 underlay_->SetValueSilently(GetUnderlayKey(key), value);
overlay_user_pref_store.h 44 virtual void SetValueSilently(const std::string& key,
testing_pref_store.h 36 virtual void SetValueSilently(const std::string& key,
overlay_user_pref_store_unittest.cc 75 overlay_->SetValueSilently(overlay_key, new FundamentalValue(46));
179 overlay_->SetValueSilently(regular_key, new FundamentalValue(46));
243 overlay_->SetValueSilently(mapped_overlay_key, new FundamentalValue(46));
json_pref_store.h 75 virtual void SetValueSilently(const std::string& key,
testing_pref_store.cc 52 void TestingPrefStore::SetValueSilently(const std::string& key,
json_pref_store.cc 237 void JsonPrefStore::SetValueSilently(const std::string& key,
pref_service.cc 429 user_pref_store_->SetValueSilently(path, value);
  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 46 void AwPrefStore::SetValueSilently(const std::string& key, base::Value* value) {
aw_pref_store.h 37 virtual void SetValueSilently(const std::string& key,
  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store.cc 102 void SegregatedPrefStore::SetValueSilently(const std::string& key,
104 StoreForKey(key)->SetValueSilently(key, value);
segregated_pref_store.h 62 virtual void SetValueSilently(const std::string& key,
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store.h 52 virtual void SetValueSilently(const std::string& key,
leveldb_pref_store_unittest.cc 111 TEST_F(LevelDBPrefStoreTest, SetValueSilently) {
118 pref_store_->SetValueSilently(key, new base::FundamentalValue(30));
leveldb_pref_store.cc 274 void LevelDBPrefStore::SetValueSilently(const std::string& key,

Completed in 40 milliseconds