Searched refs:provider_properties (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc136 const base::DictionaryValue* provider_properties = NULL; local
138 shill::kProviderProperty, &provider_properties)) {
140 if (provider_properties->GetStringWithoutPathExpansion(
146 if (provider_properties->GetStringWithoutPathExpansion(
149 provider_properties->GetStringWithoutPathExpansion(
324 const base::DictionaryValue* provider_properties = NULL; local
326 shill::kProviderProperty, &provider_properties);
335 if (!provider_properties)
339 provider_properties->GetStringWithoutPathExpansion(
H A Dnetwork_connection_handler.cc53 const base::DictionaryValue& provider_properties) {
56 provider_properties.GetStringWithoutPathExpansion(
63 provider_properties.GetBooleanWithoutPathExpansion(
72 provider_properties.GetBooleanWithoutPathExpansion(
78 provider_properties.GetBooleanWithoutPathExpansion(
397 const base::DictionaryValue* provider_properties = NULL; local
403 shill::kProviderProperty, &provider_properties)) {
404 provider_properties->GetStringWithoutPathExpansion(
406 provider_properties->GetStringWithoutPathExpansion(
408 provider_properties
51 VPNRequiresCredentials(const std::string& service_path, const std::string& provider_type, const base::DictionaryValue& provider_properties) argument
[all...]
H A Dshill_property_util.cc281 const base::DictionaryValue* provider_properties = NULL; local
283 shill::kProviderProperty, &provider_properties)) {
287 provider_properties->GetStringWithoutPathExpansion(shill::kTypeProperty,
289 provider_properties->GetStringWithoutPathExpansion(shill::kHostProperty,
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc90 const base::DictionaryValue* provider_properties,
93 if (!provider_properties->GetListWithoutPathExpansion(key, &pems))
717 const base::DictionaryValue* provider_properties; local
719 shill::kProviderProperty, &provider_properties)) {
720 provider_properties->GetStringWithoutPathExpansion(
722 provider_properties->GetStringWithoutPathExpansion(
725 provider_properties->GetStringWithoutPathExpansion(
728 provider_properties, shill::kL2tpIpsecCaCertPemProperty);
729 provider_properties->GetBooleanWithoutPathExpansion(
731 provider_properties
89 GetPemFromDictionary( const base::DictionaryValue* provider_properties, const std::string& key) argument
[all...]

Completed in 93 milliseconds