Searched defs:RemoveValue (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/prefs/ | ||
D | value_map_pref_store.cc | 34 void ValueMapPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in ValueMapPrefStore |
D | pref_value_map_unittest.cc | 26 TEST_F(PrefValueMapTest, RemoveValue) { in TEST_F() argument |
D | overlay_persistent_pref_store.cc | 72 void OverlayPersistentPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in OverlayPersistentPrefStore |
D | pref_value_map.cc | 56 bool PrefValueMap::RemoveValue(const std::string& key) { in RemoveValue() function in PrefValueMap |
D | testing_pref_store.cc | 47 void TestingPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in TestingPrefStore |
/external/chromium/chrome/common/ | ||
D | json_pref_store.cc | 183 void JsonPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in JsonPrefStore |