Searched defs:SetValueSilently (Results 1 - 6 of 6) sorted by relevance

/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
/external/chromium_org/base/prefs/
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.cc52 void TestingPrefStore::SetValueSilently(const std::string& key, function in class:TestingPrefStore
H A Djson_pref_store.cc237 void JsonPrefStore::SetValueSilently(const std::string& key, function in class:JsonPrefStore
/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);
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc274 void LevelDBPrefStore::SetValueSilently(const std::string& key, function in class:LevelDBPrefStore

Completed in 61 milliseconds