Searched refs:GetListWithoutPathExpansion (Results 1 - 25 of 27) sorted by path

12

/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(
H A Dvalues.h309 bool GetListWithoutPathExpansion(const std::string& key,
311 bool GetListWithoutPathExpansion(const std::string& key,
H A Dvalues_unittest.cc1006 EXPECT_FALSE(main_dict.GetListWithoutPathExpansion("bool", NULL));
1007 EXPECT_FALSE(main_dict.GetListWithoutPathExpansion("int", NULL));
1008 EXPECT_FALSE(main_dict.GetListWithoutPathExpansion("double", NULL));
1009 EXPECT_FALSE(main_dict.GetListWithoutPathExpansion("string", NULL));
1010 EXPECT_FALSE(main_dict.GetListWithoutPathExpansion("binary", NULL));
1011 EXPECT_FALSE(main_dict.GetListWithoutPathExpansion("dict", NULL));
1012 EXPECT_TRUE(main_dict.GetListWithoutPathExpansion("list", NULL));
1013 EXPECT_FALSE(main_dict.GetListWithoutPathExpansion("DNE", NULL));
/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/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc89 if (entry_dict->GetListWithoutPathExpansion(kKeySecondary, &secondary_list))
/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/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",

Completed in 418 milliseconds

12