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

  /external/chromium_org/base/prefs/
value_map_pref_store.cc 38 void ValueMapPrefStore::RemoveValue(const std::string& key) {
39 if (prefs_.RemoveValue(key))
pref_value_map.cc 57 bool PrefValueMap::RemoveValue(const std::string& key) {
overlay_user_pref_store.cc 86 void OverlayUserPrefStore::RemoveValue(const std::string& key) {
88 underlay_->RemoveValue(GetUnderlayKey(key));
92 if (overlay_.RemoveValue(key))
testing_pref_store.cc 51 void TestingPrefStore::RemoveValue(const std::string& key) {
52 if (prefs_.RemoveValue(key))
json_pref_store.cc 219 void JsonPrefStore::RemoveValue(const std::string& key) {
  /external/chromium/chrome/browser/prefs/
pref_value_map.cc 56 bool PrefValueMap::RemoveValue(const std::string& key) {
value_map_pref_store.cc 34 void ValueMapPrefStore::RemoveValue(const std::string& key) {
35 if (prefs_.RemoveValue(key))
overlay_persistent_pref_store.cc 72 void OverlayPersistentPrefStore::RemoveValue(const std::string& key) {
73 if (overlay_.RemoveValue(key))
testing_pref_store.cc 47 void TestingPrefStore::RemoveValue(const std::string& key) {
48 if (prefs_.RemoveValue(key))
  /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/libjingle/source/talk/base/
optionsfile.cc 192 bool OptionsFile::RemoveValue(const std::string& option) {
193 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option;
  /external/chromium/chrome/common/
json_pref_store.cc 183 void JsonPrefStore::RemoveValue(const std::string& key) {
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.cc 255 RemoveValue(name);
264 scoped_ptr<base::Value> RegistryDict::RemoveValue(const std::string& name) {

Completed in 878 milliseconds