Searched defs:RemoveValue (Results 1 - 5 of 5) 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/chrome/common/
H A Djson_pref_store.cc183 void JsonPrefStore::RemoveValue(const std::string& key) { function in class:JsonPrefStore

Completed in 64 milliseconds