HomeSort by relevance Sort by last modified time
    Searched defs:RemoveValue (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/base/prefs/
value_map_pref_store.cc 36 void ValueMapPrefStore::RemoveValue(const std::string& key) {
37 if (prefs_.RemoveValue(key))
overlay_user_pref_store.cc 86 void OverlayUserPrefStore::RemoveValue(const std::string& key) {
88 underlay_->RemoveValue(GetUnderlayKey(key));
92 if (overlay_.RemoveValue(key))
pref_value_map.cc 57 bool PrefValueMap::RemoveValue(const std::string& key) {
testing_pref_store.cc 58 void TestingPrefStore::RemoveValue(const std::string& key) {
59 if (prefs_.RemoveValue(key)) {
json_pref_store.cc 231 void JsonPrefStore::RemoveValue(const std::string& key) {
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableSet.cpp 100 CFCMutableSet::RemoveValue(const void *value)
CFCMutableDictionary.cpp 516 CFCMutableDictionary::RemoveValue(const void *value)
  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 50 void AwPrefStore::RemoveValue(const std::string& key) {
51 if (prefs_.RemoveValue(key))
  /external/chromium_org/third_party/webrtc/base/
optionsfile.cc 175 bool OptionsFile::RemoveValue(const std::string& option) {
176 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option;
  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store.cc 89 void SegregatedPrefStore::RemoveValue(const std::string& key) {
90 StoreForKey(key)->RemoveValue(key);
  /external/chromium_org/components/policy/core/common/
registry_dict_win.cc 198 RemoveValue(name);
207 scoped_ptr<base::Value> RegistryDict::RemoveValue(const std::string& name) {
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store.cc 304 void LevelDBPrefStore::RemoveValue(const std::string& key) {
306 if (prefs_.RemoveValue(key)) {

Completed in 337 milliseconds