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

  /external/chromium/net/base/
registry_controlled_domain.cc 221 const size_t host_check_begin = host.find_first_not_of('.'); local
222 if (host_check_begin == std::string::npos)
239 size_t curr_start = host_check_begin;
256 // If prev_start == host_check_begin, then the host is the registry
258 return (prev_start == host_check_begin) ?
274 // If curr_start == host_check_begin, then the host is the registry
276 return (curr_start == host_check_begin) ?

Completed in 127 milliseconds