Home
last modified time | relevance | path

Searched refs:host_check_begin (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dregistry_controlled_domain.cc221 const size_t host_check_begin = host.find_first_not_of('.'); in GetRegistryLengthImpl() local
222 if (host_check_begin == std::string::npos) in GetRegistryLengthImpl()
239 size_t curr_start = host_check_begin; in GetRegistryLengthImpl()
258 return (prev_start == host_check_begin) ? in GetRegistryLengthImpl()
276 return (curr_start == host_check_begin) ? in GetRegistryLengthImpl()