HomeSort by relevance Sort by last modified time
    Searched refs:RemoveWithoutPathExpansion (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 46 normalized->RemoveWithoutPathExpansion(::onc::kRecommended, NULL);
76 dict->RemoveWithoutPathExpansion(path, NULL);
156 network->RemoveWithoutPathExpansion(::onc::network_config::kStaticIPConfig,
158 network->RemoveWithoutPathExpansion(::onc::network_config::kName, NULL);
159 network->RemoveWithoutPathExpansion(::onc::network_config::kNameServers,
161 network->RemoveWithoutPathExpansion(::onc::network_config::kProxySettings,
163 network->RemoveWithoutPathExpansion(::onc::network_config::kSearchDomains,
165 network->RemoveWithoutPathExpansion(::onc::network_config::kType, NULL);
onc_utils.cc 489 onc_object->RemoveWithoutPathExpansion(key_guid_ref, NULL);
517 onc_object->RemoveWithoutPathExpansion(key_guid_ref_list, NULL);
536 onc_object->RemoveWithoutPathExpansion(key_guid_ref, NULL);
553 onc_object->RemoveWithoutPathExpansion(key_guid_ref, NULL);
  /external/chromium_org/chrome/browser/prefs/tracked/
pref_service_hash_store_contents.cc 93 update->RemoveWithoutPathExpansion(hash_store_id_, NULL);
99 hash_of_hashes_dict->RemoveWithoutPathExpansion(hash_store_id_, NULL);
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 278 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier,
281 settings_dictionary->RemoveWithoutPathExpansion(
292 settings_dictionary->RemoveWithoutPathExpansion(setting_path,
294 settings_dictionary->RemoveWithoutPathExpansion(kLastUsed, NULL);
302 pattern_pairs_settings->RemoveWithoutPathExpansion(
551 all_settings_dictionary->RemoveWithoutPathExpansion(remove_items[i], NULL);
556 all_settings_dictionary->RemoveWithoutPathExpansion(
content_settings_override_provider.cc 108 default_settings_dictionary->RemoveWithoutPathExpansion(
content_settings_default_provider.cc 231 default_settings_dictionary->RemoveWithoutPathExpansion(
  /external/chromium_org/chrome/browser/geolocation/
chrome_access_token_store.cc 82 token_dictionary->RemoveWithoutPathExpansion(
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc 56 host_zoom_dictionary->RemoveWithoutPathExpansion(change.host, NULL);
  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller.cc 186 update->RemoveWithoutPathExpansion(user_email, NULL);
236 update->RemoveWithoutPathExpansion(user_email, NULL);
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service_regular.cc 141 pairing_update->RemoveWithoutPathExpansion(kKeyPermitAccess, NULL);
187 pairing_update->RemoveWithoutPathExpansion(kKeyDevices, NULL);
  /external/chromium_org/chrome/browser/extensions/api/storage/
syncable_settings_storage.cc 222 if (new_sync_state->RemoveWithoutPathExpansion(it.key(), &sync_value)) {
250 CHECK(new_sync_state->RemoveWithoutPathExpansion(key, &value));
306 maybe_settings->settings().RemoveWithoutPathExpansion(key,
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.cc 60 update->RemoveWithoutPathExpansion(drive_app_id, NULL);
  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager_chromeos.cc 230 shared_extensions->RemoveWithoutPathExpansion(*it, NULL);
477 extension_info->RemoveWithoutPathExpansion(*it, NULL);
481 shared_extensions->RemoveWithoutPathExpansion(id, NULL);
568 extension_info->RemoveWithoutPathExpansion(*it, NULL);
extension_management_test_util.cc 33 pref_->RemoveWithoutPathExpansion(id, NULL);
  /external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc 89 result_properties->RemoveWithoutPathExpansion(shill::kPassphraseProperty,
147 dict->RemoveWithoutPathExpansion(name, NULL);
166 dict->RemoveWithoutPathExpansion(*iter, NULL);
408 stub_services_.RemoveWithoutPathExpansion(service_path, NULL);
fake_shill_device_client.cc 115 device_properties->RemoveWithoutPathExpansion(name, NULL);
296 stub_devices_.RemoveWithoutPathExpansion(device_path, NULL);
fake_shill_profile_client.cc 109 if (!profile->entries.RemoveWithoutPathExpansion(entry_path, NULL)) {
  /external/chromium_org/extensions/browser/value_store/
testing_value_store.cc 111 if (storage_.RemoveWithoutPathExpansion(*it, &old_value)) {
value_store_frontend.cc 44 result->settings().RemoveWithoutPathExpansion(key, &value);
  /external/chromium_org/components/user_manager/
user_manager_base.cc 899 prefs_display_name_update->RemoveWithoutPathExpansion(user_id, NULL);
902 prefs_given_name_update->RemoveWithoutPathExpansion(user_id, NULL);
905 prefs_display_email_update->RemoveWithoutPathExpansion(user_id, NULL);
908 prefs_oauth_update->RemoveWithoutPathExpansion(user_id, NULL);
911 prefs_force_online_update->RemoveWithoutPathExpansion(user_id, NULL);
    [all...]
  /external/chromium_org/base/json/
json_parser.cc 58 virtual bool RemoveWithoutPathExpansion(const std::string& key,
62 return DictionaryValue::RemoveWithoutPathExpansion(key, out);
69 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned))
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_settings_service.cc 144 local_settings_->RemoveWithoutPathExpansion(key, NULL);
277 dict->RemoveWithoutPathExpansion(key, NULL);
  /external/chromium_org/base/
values.cc 728 return current_dictionary->RemoveWithoutPathExpansion(current_path,
732 bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key,
754 return RemoveWithoutPathExpansion(path, out_value);
763 RemoveWithoutPathExpansion(subdict_path, NULL);
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc 182 assoc_dict->RemoveWithoutPathExpansion(query, NULL);
  /external/chromium_org/tools/json_schema_compiler/test/
crossref_unittest.cc 51 test_type_value->RemoveWithoutPathExpansion("number", NULL);

Completed in 1165 milliseconds

1 2 3