Searched defs:RemoveValue (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dvalue_map_pref_store.cc34 void ValueMapPrefStore::RemoveValue(const std::string& key) { function in class:ValueMapPrefStore
35 if (prefs_.RemoveValue(key))
H A Dpref_value_map.cc56 bool PrefValueMap::RemoveValue(const std::string& key) { function in class:PrefValueMap
H A Doverlay_persistent_pref_store.cc72 void OverlayPersistentPrefStore::RemoveValue(const std::string& key) { function in class:OverlayPersistentPrefStore
73 if (overlay_.RemoveValue(key))
H A Dtesting_pref_store.cc47 void TestingPrefStore::RemoveValue(const std::string& key) { function in class:TestingPrefStore
48 if (prefs_.RemoveValue(key))
/external/chromium_org/base/prefs/
H A Dvalue_map_pref_store.cc38 void ValueMapPrefStore::RemoveValue(const std::string& key) { function in class:ValueMapPrefStore
39 if (prefs_.RemoveValue(key))
H A Dpref_value_map.cc57 bool PrefValueMap::RemoveValue(const std::string& key) { function in class:PrefValueMap
H A Doverlay_user_pref_store.cc86 void OverlayUserPrefStore::RemoveValue(const std::string& key) { function in class:OverlayUserPrefStore
88 underlay_->RemoveValue(GetUnderlayKey(key));
92 if (overlay_.RemoveValue(key))
H A Dtesting_pref_store.cc51 void TestingPrefStore::RemoveValue(const std::string& key) { function in class:TestingPrefStore
52 if (prefs_.RemoveValue(key))
H A Djson_pref_store.cc219 void JsonPrefStore::RemoveValue(const std::string& key) { function in class:JsonPrefStore
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc50 void AwPrefStore::RemoveValue(const std::string& key) { function in class:AwPrefStore
51 if (prefs_.RemoveValue(key))
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Doptionsfile.cc192 bool OptionsFile::RemoveValue(const std::string& option) { function in class:talk_base::OptionsFile
193 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option;
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc197 RemoveValue(name);
206 scoped_ptr<base::Value> RegistryDict::RemoveValue(const std::string& name) { function in class:policy::RegistryDict
/external/chromium/chrome/common/
H A Djson_pref_store.cc183 void JsonPrefStore::RemoveValue(const std::string& key) { function in class:JsonPrefStore

Completed in 317 milliseconds