Home
last modified time | relevance | path

Searched refs:kVPN (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/components/onc/
Donc_constants.cc47 const char kVPN[] = "VPN"; variable
55 const char kVPN[] = "VPN"; variable
Donc_constants.h69 ONC_EXPORT extern const char kVPN[];
77 ONC_EXPORT extern const char kVPN[];
/external/chromium_org/chromeos/network/onc/
Donc_normalizer.cc171 network, ::onc::network_config::kVPN, type == ::onc::network_type::kVPN); in NormalizeNetworkConfiguration()
Donc_validator.cc452 ::onc::network_type::kVPN, in ValidateNetworkConfiguration()
491 } else if (type == ::onc::network_type::kVPN) { in ValidateNetworkConfiguration()
492 all_required_exist &= RequireField(*result, ::onc::network_config::kVPN); in ValidateNetworkConfiguration()
Donc_translator_onc_to_shill.cc203 if (type == ::onc::network_type::kVPN) { in TranslateNetworkConfiguration()
Donc_translation_tables.cc220 { ::onc::network_type::kVPN, shill::kTypeVPN},
Donc_signature.cc269 { ::onc::network_config::kVPN, &kVPNSignature},
/external/chromium_org/components/wifi/
Dfake_wifi_service.cc49 network_properties.type = onc::network_type::kVPN; in FakeWiFiService()
/external/chromium_org/chromeos/network/
Dclient_cert_resolver.cc210 network_config.GetDictionaryWithoutPathExpansion(network_config::kVPN, &vpn); in OncToClientCertConfigurationType()
/external/chromium_org/chrome/browser/chromeos/options/
Dvpn_config_view.cc1056 ::onc::network_config::kVPN, in ParseVPNUIProperty()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc675 base::StringPrintf("%s.%s", ::onc::network_config::kVPN, in PopulateVPNDetails()
1614 ::onc::network_config::kVPN, in PopulateDictionaryDetailsCallback()