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

12

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.h36 void RemoveValue(const void *value);
H A DCFCMutableSet.cpp100 CFCMutableSet::RemoveValue(const void *value) function in class:CFCMutableSet
H A DCFCMutableDictionary.h60 void RemoveValue(const void *value);
/external/chromium_org/base/prefs/
H A Dwriteable_pref_store.h27 virtual void RemoveValue(const std::string& key) = 0;
H A Dvalue_map_pref_store.cc36 void ValueMapPrefStore::RemoveValue(const std::string& key) { function in class:ValueMapPrefStore
37 if (prefs_.RemoveValue(key))
H A Dpref_value_map_unittest.cc51 TEST(PrefValueMapTest, RemoveValue) {
53 EXPECT_FALSE(map.RemoveValue("key"));
58 EXPECT_TRUE(map.RemoveValue("key"));
61 EXPECT_FALSE(map.RemoveValue("key"));
H A Doverlay_user_pref_store_unittest.cc67 overlay_->RemoveValue(overlay_key);
71 underlay_->RemoveValue(overlay_key);
108 overlay_->RemoveValue(overlay_key);
171 overlay_->RemoveValue(regular_key);
231 overlay_->RemoveValue(mapped_overlay_key);
235 underlay_->RemoveValue(mapped_underlay_key);
H A Doverlay_user_pref_store.cc86 void OverlayUserPrefStore::RemoveValue(const std::string& key) { function in class:OverlayUserPrefStore
88 underlay_->RemoveValue(GetUnderlayKey(key));
92 if (overlay_.RemoveValue(key))
H A Dpref_value_map.h40 bool RemoveValue(const std::string& key);
H A Dvalue_map_pref_store.h32 virtual void RemoveValue(const std::string& key) OVERRIDE;
H A Dtesting_pref_store.cc58 void TestingPrefStore::RemoveValue(const std::string& key) { function in class:TestingPrefStore
59 if (prefs_.RemoveValue(key)) {
H A Djson_pref_store.h82 virtual void RemoveValue(const std::string& key) OVERRIDE;
93 // Just like RemoveValue(), but doesn't notify observers. Used when doing some
H A Doverlay_user_pref_store.h46 virtual void RemoveValue(const std::string& key) OVERRIDE;
H A Dtesting_pref_store.h38 virtual void RemoveValue(const std::string& key) OVERRIDE;
H A Dpref_value_map.cc57 bool PrefValueMap::RemoveValue(const std::string& key) { function in class:PrefValueMap
/external/chromium_org/extensions/browser/
H A Dextension_pref_store.cc31 RemoveValue(key);
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc50 void AwPrefStore::RemoveValue(const std::string& key) { function in class:AwPrefStore
51 if (prefs_.RemoveValue(key))
H A Daw_pref_store.h39 virtual void RemoveValue(const std::string& key) OVERRIDE;
/external/chromium_org/third_party/webrtc/base/
H A Doptionsfile.h35 bool RemoveValue(const std::string& option);
H A Doptionsfile_unittest.cc72 EXPECT_TRUE(store_->RemoveValue(kTestOptionA));
75 EXPECT_TRUE(store_->RemoveValue(kTestOptionB));
98 EXPECT_TRUE(store_->RemoveValue(kTestOptionA));
101 EXPECT_TRUE(store_->RemoveValue(kTestOptionB));
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.h60 scoped_ptr<base::Value> RemoveValue(const std::string& name);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store.cc89 void SegregatedPrefStore::RemoveValue(const std::string& key) { function in class:SegregatedPrefStore
90 StoreForKey(key)->RemoveValue(key);
H A Dsegregated_pref_store.h56 virtual void RemoveValue(const std::string& key) OVERRIDE;
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.h54 virtual void RemoveValue(const std::string& key) OVERRIDE;
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc98 prefs_->RemoveValue(key);

Completed in 311 milliseconds

12