HomeSort by relevance Sort by last modified time
    Searched defs:GetDNSNames (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/base/
x509_certificate_openssl.cc 397 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
423 // GetDNSNames, so we can apply special handling for IP addresses vs DNS
426 GetDNSNames(&cert_names);
x509_certificate_nss.cc 754 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
    [all...]
x509_certificate_mac.cc 776 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
    [all...]
x509_certificate_win.cc 615 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
    [all...]

Completed in 414 milliseconds