Searched refs:kVPN (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/components/onc/ |
D | onc_constants.cc | 47 const char kVPN[] = "VPN"; variable 55 const char kVPN[] = "VPN"; variable
|
D | onc_constants.h | 69 ONC_EXPORT extern const char kVPN[]; 77 ONC_EXPORT extern const char kVPN[];
|
/external/chromium_org/chromeos/network/onc/ |
D | onc_normalizer.cc | 171 network, ::onc::network_config::kVPN, type == ::onc::network_type::kVPN); in NormalizeNetworkConfiguration()
|
D | onc_validator.cc | 452 ::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()
|
D | onc_translator_onc_to_shill.cc | 203 if (type == ::onc::network_type::kVPN) { in TranslateNetworkConfiguration()
|
D | onc_translation_tables.cc | 220 { ::onc::network_type::kVPN, shill::kTypeVPN},
|
D | onc_signature.cc | 269 { ::onc::network_config::kVPN, &kVPNSignature},
|
/external/chromium_org/components/wifi/ |
D | fake_wifi_service.cc | 49 network_properties.type = onc::network_type::kVPN; in FakeWiFiService()
|
/external/chromium_org/chromeos/network/ |
D | client_cert_resolver.cc | 210 network_config.GetDictionaryWithoutPathExpansion(network_config::kVPN, &vpn); in OncToClientCertConfigurationType()
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | vpn_config_view.cc | 1056 ::onc::network_config::kVPN, in ParseVPNUIProperty()
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 675 base::StringPrintf("%s.%s", ::onc::network_config::kVPN, in PopulateVPNDetails() 1614 ::onc::network_config::kVPN, in PopulateDictionaryDetailsCallback()
|