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

/external/chromium_org/net/cert/
H A Dx509_certificate.cc598 const std::vector<std::string>* presented_names = &cert_san_dns_names; local
605 presented_names = &common_name_as_vector;
608 presented_names->begin();
609 it != presented_names->end(); ++it) {

Completed in 125 milliseconds