Searched refs:RemoveValue (Results 1 - 25 of 39) sorted by last modified time

12

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp516 CFCMutableDictionary::RemoveValue(const void *value) function in class:CFCMutableDictionary
H A DCFCMutableDictionary.h60 void RemoveValue(const void *value);
H A DCFCMutableSet.cpp100 CFCMutableSet::RemoveValue(const void *value) function in class:CFCMutableSet
H A DCFCMutableSet.h36 void RemoveValue(const void *value);
/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;
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/extensions/browser/
H A Dextension_pref_store.cc31 RemoveValue(key);
H A Dextension_pref_value_map.cc65 if (prefs->RemoveValue(key))
/external/chromium_org/components/policy/core/common/
H A Dpreg_parser_win.cc193 dict->RemoveValue(*value);
203 dict->RemoveValue(
H A Dregistry_dict_win.cc198 RemoveValue(name);
207 scoped_ptr<base::Value> RegistryDict::RemoveValue(const std::string& name) { function in class:policy::RegistryDict
H A Dregistry_dict_win.h60 scoped_ptr<base::Value> RemoveValue(const std::string& name);
H A Dregistry_dict_win_unittest.cc32 scoped_ptr<base::Value> one(test_dict.RemoveValue("one"));
62 scoped_ptr<base::Value> removed_value(test_dict.RemoveValue("onE"));
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc98 prefs_->RemoveValue(key);
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_ui_prefs_migrator_unittest.cc40 virtual void RemoveValue(const std::string& key) OVERRIDE {
H A Dleveldb_pref_store.cc304 void LevelDBPrefStore::RemoveValue(const std::string& key) { function in class:LevelDBPrefStore
306 if (prefs_.RemoveValue(key)) {
H A Dleveldb_pref_store.h54 virtual void RemoveValue(const std::string& key) OVERRIDE;
H A Dleveldb_pref_store_unittest.cc165 pref_store_->RemoveValue(key);
179 pref_store_->RemoveValue(key);
/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/supervised_user/
H A Dsupervised_user_settings_service.cc99 store_->RemoveValue(kAtomicSettings);
100 store_->RemoveValue(kSplitSettings);
/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/base/prefs/
H A Djson_pref_store.cc231 void JsonPrefStore::RemoveValue(const std::string& key) { function in class:JsonPrefStore
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

Completed in 461 milliseconds

12