Searched refs:RemoveValue (Results 1 – 17 of 17) sorted by relevance
26 TEST_F(PrefValueMapTest, RemoveValue) { in TEST_F() argument28 EXPECT_FALSE(map.RemoveValue("key")); in TEST_F()33 EXPECT_TRUE(map.RemoveValue("key")); in TEST_F()36 EXPECT_FALSE(map.RemoveValue("key")); in TEST_F()
34 void ValueMapPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in ValueMapPrefStore35 if (prefs_.RemoveValue(key)) in RemoveValue()
54 overlay_->RemoveValue(key); in TEST_F()59 underlay_->RemoveValue(key); in TEST_F()107 overlay_->RemoveValue(key); in TEST_F()
72 void OverlayPersistentPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in OverlayPersistentPrefStore73 if (overlay_.RemoveValue(key)) in RemoveValue()
47 void TestingPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in TestingPrefStore48 if (prefs_.RemoveValue(key)) in RemoveValue()
42 void RemoveValue(const std::string& key);
38 bool RemoveValue(const std::string& key);
43 virtual void RemoveValue(const std::string& key);
37 virtual void RemoveValue(const std::string& key);
56 bool PrefValueMap::RemoveValue(const std::string& key) { in RemoveValue() function in PrefValueMap
516 user_pref_store_->RemoveValue(path); in ClearPref()
36 RemoveValue(key); in OnPrefValueChanged()
45 if (prefs->RemoveValue(key)) in RemoveExtensionPref()
58 virtual void RemoveValue(const std::string& key) = 0;
54 virtual void RemoveValue(const std::string& key);
183 void JsonPrefStore::RemoveValue(const std::string& key) { in RemoveValue() function in JsonPrefStore
346 if (prefs_.RemoveValue(map[i].preference_path)) in RemovePreferencesOfMap()