Searched refs:registry_length (Results 1 – 3 of 3) sorted by relevance
193 const size_t registry_length = in GetDomainAndRegistryImpl() local195 if ((registry_length == std::string::npos) || (registry_length == 0)) in GetDomainAndRegistryImpl()200 if (registry_length > (host.length() - 2)) { in GetDomainAndRegistryImpl()209 const size_t dot = host.rfind('.', host.length() - registry_length - 2); in GetDomainAndRegistryImpl()
260 const size_t registry_length = in Parse() local263 if (registry_length == std::string::npos) { in Parse()309 ((registry_length != 0) && (host.find(' ') == string16::npos))) ? in Parse()369 return ((registry_length == 0) && in Parse()382 if (registry_length != 0) in Parse()
200 const size_t registry_length = in AddDesiredTLD() local202 if ((registry_length != 0) && (registry_length != std::string::npos)) in AddDesiredTLD()