Searched defs:first_dot_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/base/
H A Dx509_certificate.cc425 size_t first_dot_index = std::string::npos; local
434 if (first_dot_index == std::string::npos)
435 first_dot_index = reference_name.length();
473 DCHECK(first_dot_index != std::string::npos);
475 wildcard_domain.remove_prefix(first_dot_index);

Completed in 60 milliseconds