Searched refs:GetListWithoutPathExpansion (Results 1 - 25 of 27) sorted by last modified time

12

/external/chromium_org/tools/json_schema_compiler/
H A Dutil.h71 if (!from.GetListWithoutPathExpansion(name, &list))
/external/chromium_org/extensions/browser/
H A Devent_router.cc418 !filtered_events->GetListWithoutPathExpansion(event_name, &filter_list)) {
/external/chromium_org/extensions/common/manifest_handlers/
H A Drequirements_info.cc108 if (!requirement_value->GetListWithoutPathExpansion("features",
/external/chromium_org/google_apis/drive/
H A Dbase_requests.cc379 if (error->GetListWithoutPathExpansion(kErrorErrorsKey, &errors) &&
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.cc808 if (properties->GetListWithoutPathExpansion(cros_disks::kDeviceMountPaths,
H A Dfake_shill_manager_client.cc194 if (!stub_properties_.GetListWithoutPathExpansion(
217 if (!stub_properties_.GetListWithoutPathExpansion(
451 if (!stub_geo_networks_.GetListWithoutPathExpansion(technology,
908 if (!stub_properties_.GetListWithoutPathExpansion(
923 if (stub_properties_.GetListWithoutPathExpansion(
953 if (stub_properties_.GetListWithoutPathExpansion(property, &service_list)) {
/external/chromium_org/chromeos/network/
H A Dcertificate_pattern.cc105 if (dict.GetListWithoutPathExpansion(onc::client_cert::kIssuerCAPEMs,
123 if (dict.GetListWithoutPathExpansion(onc::client_cert::kEnrollmentURI,
H A Dmanaged_network_configuration_handler_unittest.cc269 policy->GetListWithoutPathExpansion(
H A Dnetwork_cert_migrator.cc226 dict->GetListWithoutPathExpansion(kNssPemMap[i].pem_key, pem_property);
H A Dnetwork_cert_migrator_unittest.cc246 properties->GetListWithoutPathExpansion(shill::kEapCaCertPemProperty,
280 provider->GetListWithoutPathExpansion(pem_property, &ca_pems);
H A Dnetwork_device_handler_impl.cc81 if (!properties.GetListWithoutPathExpansion(
H A Dpolicy_applicator.cc80 if (!profile_properties.GetListWithoutPathExpansion(
/external/chromium_org/chromeos/network/onc/
H A Donc_certificate_importer_impl.cc242 if (certificate.GetListWithoutPathExpansion(::onc::certificate::kTrustBits,
H A Donc_merger.cc40 if (!policy.GetListWithoutPathExpansion(::onc::kRecommended,
H A Donc_translator_onc_to_shill.cc140 if (onc_object_->GetListWithoutPathExpansion(::onc::ipconfig::kNameServers,
165 if (onc_object_->GetListWithoutPathExpansion(::onc::openvpn::kRemoteCertKU,
H A Donc_translator_shill_to_onc.cc377 if (shill_dictionary_->GetListWithoutPathExpansion(
382 if (shill_dictionary_->GetListWithoutPathExpansion(
468 if (shill_dictionary_->GetListWithoutPathExpansion(shill::kIPConfigsProperty,
H A Donc_utils.cc418 if (toplevel_onc->GetListWithoutPathExpansion(toplevel_config::kCertificates,
424 if (toplevel_onc->GetListWithoutPathExpansion(
499 if (!onc_object->GetListWithoutPathExpansion(key_guid_ref_list,
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc89 if (entry_dict->GetListWithoutPathExpansion(kKeySecondary, &secondary_list))
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc136 if (onc_proxy_settings.GetListWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc93 if (!provider_properties->GetListWithoutPathExpansion(key, &pems))
H A Dwifi_config_view.cc1262 if (properties.GetListWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dnetwork_configuration_updater_unittest.cc217 fake_toplevel_onc->GetListWithoutPathExpansion(
227 fake_toplevel_onc->GetListWithoutPathExpansion(
347 onc_repaired->GetListWithoutPathExpansion(
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.cc258 CHECK(app_info_value_->GetListWithoutPathExpansion("items", &item_list));
264 CHECK(app_info_value_->GetListWithoutPathExpansion("items", &item_list));
280 CHECK(app_info_value_->GetListWithoutPathExpansion("items", &item_list));
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc106 if (!dict.GetListWithoutPathExpansion(key, &list))
/external/chromium_org/base/
H A Dvalues.cc693 bool DictionaryValue::GetListWithoutPathExpansion( function in class:base::DictionaryValue
707 bool DictionaryValue::GetListWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
710 static_cast<const DictionaryValue&>(*this).GetListWithoutPathExpansion(

Completed in 192 milliseconds

12