OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:presented_names
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/cert/
x509_certificate.cc
595
const std::vector<std::string>*
presented_names
= &cert_san_dns_names;
local
602
presented_names
= &common_name_as_vector;
605
presented_names
->begin();
606
it !=
presented_names
->end(); ++it) {
Completed in 76 milliseconds