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

1 2 3

  /external/chromium_org/chromeos/dbus/
fake_shill_ipconfig_client.cc 48 if (!ipconfigs_.GetDictionaryWithoutPathExpansion(ipconfig_path.value(),
64 if (ipconfigs_.GetDictionaryWithoutPathExpansion(ipconfig_path.value(),
fake_shill_device_client.cc 88 if (!stub_devices_.GetDictionaryWithoutPathExpansion(device_path.value(),
106 if (!stub_devices_.GetDictionaryWithoutPathExpansion(device_path.value(),
273 if (!stub_devices_.GetDictionaryWithoutPathExpansion(
295 if (!stub_devices_.GetDictionaryWithoutPathExpansion(path, &dict)) {
313 if (!stub_devices_.GetDictionaryWithoutPathExpansion(
fake_shill_service_client.cc 75 stub_services_.GetDictionaryWithoutPathExpansion(service_path.value(),
132 if (!stub_services_.GetDictionaryWithoutPathExpansion(
148 if (!stub_services_.GetDictionaryWithoutPathExpansion(
376 if (!stub_services_.GetDictionaryWithoutPathExpansion(service_path, &dict))
418 stub_services_.GetDictionaryWithoutPathExpansion(service_path, &properties);
440 if (!stub_services_.GetDictionaryWithoutPathExpansion(path, &dict)) {
458 if (!stub_services_.GetDictionaryWithoutPathExpansion(service_path,
495 if (!stub_services_.GetDictionaryWithoutPathExpansion(path, &properties))
  /external/chromium_org/chromeos/network/
policy_util.cc 91 policy.GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
94 actual_network.GetDictionaryWithoutPathExpansion(
108 policy.GetDictionaryWithoutPathExpansion(::onc::network_config::kWiFi,
111 actual_network.GetDictionaryWithoutPathExpansion(
client_cert_resolver.cc 199 network_config.GetDictionaryWithoutPathExpansion(network_config::kWiFi,
203 wifi->GetDictionaryWithoutPathExpansion(wifi::kEAP, &eap);
210 network_config.GetDictionaryWithoutPathExpansion(network_config::kVPN, &vpn);
213 vpn->GetDictionaryWithoutPathExpansion(vpn::kOpenVPN, &openvpn);
218 vpn->GetDictionaryWithoutPathExpansion(vpn::kIPsec, &ipsec);
226 network_config.GetDictionaryWithoutPathExpansion(network_config::kEthernet,
230 ethernet->GetDictionaryWithoutPathExpansion(wifi::kEAP, &eap);
managed_network_configuration_handler_unittest.cc 79 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path, &entries);
92 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
116 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
121 entries->GetDictionaryWithoutPathExpansion(entry_path, &entry);
238 policy->GetDictionaryWithoutPathExpansion(
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 94 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
125 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion(
166 all_settings_dictionary->GetDictionaryWithoutPathExpansion(
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 52 network_policy->GetDictionaryWithoutPathExpansion(
onc_utils.cc 65 if (!onc_manual.GetDictionaryWithoutPathExpansion(onc_scheme,
126 onc_proxy_settings.GetDictionaryWithoutPathExpansion(::onc::proxy::kManual,
338 network->GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc 72 if (!dict->GetDictionaryWithoutPathExpansion(kKeyAssociations,
188 if (!assoc_dict->GetDictionaryWithoutPathExpansion(query, &entry_dict)) {
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 253 bool found = pattern_pairs_settings->GetDictionaryWithoutPathExpansion(
439 if (settings_dictionary->GetDictionaryWithoutPathExpansion(
532 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) {
182 if (!placeholders_tree->GetDictionaryWithoutPathExpansion(content_key,
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 456 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion(
550 all_settings_dictionary->GetDictionaryWithoutPathExpansion(
643 bool found = mutable_settings->GetDictionaryWithoutPathExpansion(
677 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
685 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
797 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion(
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 510 needs_migration = prefs_images_unsafe->GetDictionaryWithoutPathExpansion(
516 prefs_images->GetDictionaryWithoutPathExpansion(user_id,
585 if (prefs_images_unsafe->GetDictionaryWithoutPathExpansion(
    [all...]
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.cc 292 if (!http_server_properties_dict.GetDictionaryWithoutPathExpansion(
341 if (server_pref_dict->GetDictionaryWithoutPathExpansion(
379 if (!server_pref_dict->GetDictionaryWithoutPathExpansion(
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 216 if (!onc_object->GetDictionaryWithoutPathExpansion(it.key(), &inner_object))
438 if (toplevel_onc->GetDictionaryWithoutPathExpansion(
605 if (!onc_object->GetDictionaryWithoutPathExpansion(it.key(), &inner_object))
onc_translator_shill_to_onc.cc 240 if (shill_dictionary_->GetDictionaryWithoutPathExpansion(
244 if (shill_dictionary_->GetDictionaryWithoutPathExpansion(
  /external/chromium/chrome/browser/
background_contents_service.cc 390 contents->GetDictionaryWithoutPathExpansion(extension_id, &dict);
482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current))
background_contents_service_unittest.cc 46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value);
  /external/chromium_org/apps/
saved_files_service.cc 62 DCHECK(!file_entries->GetDictionaryWithoutPathExpansion(file_entry.id, NULL));
81 file_entries->GetDictionaryWithoutPathExpansion(file_entry.id,
  /external/chromium_org/base/
values.h 304 bool GetDictionaryWithoutPathExpansion(
307 bool GetDictionaryWithoutPathExpansion(const std::string& key,
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater_unittest.cc 150 fake_toplevel_onc->GetDictionaryWithoutPathExpansion(
229 onc_repaired->GetDictionaryWithoutPathExpansion(
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_sync_service.cc 221 bool success = dict->GetDictionaryWithoutPathExpansion(id, &value);
383 dict->GetDictionaryWithoutPathExpansion(managed_user.id(), &old_value);
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 288 pref_hash_dicts->GetDictionaryWithoutPathExpansion(profile_name_,
359 if (!update->GetDictionaryWithoutPathExpansion(profile_name_,
pref_metrics_service_unittest.cc 221 ASSERT_TRUE(root_dictionary->GetDictionaryWithoutPathExpansion(
369 ASSERT_TRUE(update->GetDictionaryWithoutPathExpansion(profile_name_,

Completed in 692 milliseconds

1 2 3