Searched refs:RemoveValue (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_map_unittest.cc26 TEST_F(PrefValueMapTest, RemoveValue) {
28 EXPECT_FALSE(map.RemoveValue("key"));
33 EXPECT_TRUE(map.RemoveValue("key"));
36 EXPECT_FALSE(map.RemoveValue("key"));
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 Dvalue_map_pref_store.h42 void RemoveValue(const std::string& key);
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 Doverlay_persistent_pref_store.h43 virtual void RemoveValue(const std::string& key);
H A Dpref_value_map.h38 bool RemoveValue(const std::string& key);
H A Dtesting_pref_store.cc47 void TestingPrefStore::RemoveValue(const std::string& key) { function in class:TestingPrefStore
48 if (prefs_.RemoveValue(key))
H A Dtesting_pref_store.h37 virtual void RemoveValue(const std::string& key);
H A Doverlay_persistent_pref_store_unittest.cc54 overlay_->RemoveValue(key);
59 underlay_->RemoveValue(key);
107 overlay_->RemoveValue(key);
H A Dpref_value_map.cc56 bool PrefValueMap::RemoveValue(const std::string& key) { function in class:PrefValueMap
H A Dpref_service.cc516 user_pref_store_->RemoveValue(path);
/external/chromium/chrome/browser/extensions/
H A Dextension_pref_store.cc36 RemoveValue(key);
H A Dextension_pref_value_map.cc45 if (prefs->RemoveValue(key))
/external/chromium/chrome/common/
H A Dpersistent_pref_store.h58 virtual void RemoveValue(const std::string& key) = 0;
H A Djson_pref_store.h54 virtual void RemoveValue(const std::string& key);
H A Djson_pref_store.cc183 void JsonPrefStore::RemoveValue(const std::string& key) { function in class:JsonPrefStore
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_pref_store.cc346 if (prefs_.RemoveValue(map[i].preference_path))

Completed in 137 milliseconds