HomeSort by relevance Sort by last modified time
    Searched full:first_dot_index (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/base/
x509_certificate.cc 425 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);
    [all...]

Completed in 24 milliseconds