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

/external/chromium_org/chromeos/dbus/
H A Dshill_service_client_stub.cc521 base::DictionaryValue provider_properties; local
522 provider_properties.SetString(flimflam::kTypeProperty,
524 provider_properties.SetString(flimflam::kHostProperty, "vpn_host");
532 provider_properties);
540 provider_properties);
/external/chromium_org/chromeos/network/
H A Dnetwork_connection_handler.cc66 const base::DictionaryValue& provider_properties) {
69 provider_properties.GetStringWithoutPathExpansion(
76 provider_properties.GetStringWithoutPathExpansion(
83 provider_properties.GetBooleanWithoutPathExpansion(
93 provider_properties.GetBooleanWithoutPathExpansion(
383 const base::DictionaryValue* provider_properties; local
385 flimflam::kProviderProperty, &provider_properties)) {
386 provider_properties->GetStringWithoutPathExpansion(
388 provider_properties->GetStringWithoutPathExpansion(
397 service_path, vpn_provider_type, *provider_properties)) {
64 VPNIsConfigured(const std::string& service_path, const std::string& provider_type, const base::DictionaryValue& provider_properties) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc95 const base::DictionaryValue* provider_properties,
98 if (!provider_properties->GetListWithoutPathExpansion(key, &pems))
704 const base::DictionaryValue* provider_properties; local
706 flimflam::kProviderProperty, &provider_properties)) {
707 provider_properties->GetStringWithoutPathExpansion(
709 provider_properties->GetStringWithoutPathExpansion(
713 provider_properties->GetStringWithoutPathExpansion(
716 provider_properties, shill::kL2tpIpsecCaCertPemProperty);
717 provider_properties->GetBooleanWithoutPathExpansion(
719 provider_properties
94 GetPemFromDictionary( const base::DictionaryValue* provider_properties, const std::string& key) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc400 const base::DictionaryValue& provider_properties) {
404 provider_properties.GetStringWithoutPathExpansion(
658 const base::DictionaryValue* provider_properties = NULL; local
660 flimflam::kProviderProperty, &provider_properties)) {
665 provider_properties->GetStringWithoutPathExpansion(
669 *provider_properties));
673 provider_properties->GetStringWithoutPathExpansion(
676 provider_properties->GetStringWithoutPathExpansion(
691 provider_properties->GetStringWithoutPathExpansion(
398 ProviderTypeString( const std::string& provider_type, const base::DictionaryValue& provider_properties) argument

Completed in 122 milliseconds