Searched defs:RemoveValue (Results 1 - 12 of 12) sorted by relevance

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.cpp100 CFCMutableSet::RemoveValue(const void *value) function in class:CFCMutableSet
H A DCFCMutableDictionary.cpp516 CFCMutableDictionary::RemoveValue(const void *value) function in class:CFCMutableDictionary
/external/chromium_org/base/prefs/
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.cc57 bool PrefValueMap::RemoveValue(const std::string& key) { function in class:PrefValueMap
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 Djson_pref_store.cc231 void JsonPrefStore::RemoveValue(const std::string& key) { function in class:JsonPrefStore
H A Dtesting_pref_store.cc58 void TestingPrefStore::RemoveValue(const std::string& key) { function in class:TestingPrefStore
59 if (prefs_.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))
/external/chromium_org/third_party/webrtc/base/
H A Doptionsfile.cc175 bool OptionsFile::RemoveValue(const std::string& option) { function in class:rtc::OptionsFile
176 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option;
/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);
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc198 RemoveValue(name);
207 scoped_ptr<base::Value> RegistryDict::RemoveValue(const std::string& name) { function in class:policy::RegistryDict
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc304 void LevelDBPrefStore::RemoveValue(const std::string& key) { function in class:LevelDBPrefStore
306 if (prefs_.RemoveValue(key)) {

Completed in 244 milliseconds