HomeSort by relevance Sort by last modified time
    Searched defs:RemoveValue (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_value_map.cc 56 bool PrefValueMap::RemoveValue(const std::string& key) {
value_map_pref_store.cc 34 void ValueMapPrefStore::RemoveValue(const std::string& key) {
35 if (prefs_.RemoveValue(key))
overlay_persistent_pref_store.cc 72 void OverlayPersistentPrefStore::RemoveValue(const std::string& key) {
73 if (overlay_.RemoveValue(key))
testing_pref_store.cc 47 void TestingPrefStore::RemoveValue(const std::string& key) {
48 if (prefs_.RemoveValue(key))
  /external/chromium/chrome/common/
json_pref_store.cc 183 void JsonPrefStore::RemoveValue(const std::string& key) {

Completed in 39 milliseconds