Searched refs:tld_length (Results 1 – 3 of 3) sorted by relevance
49 size_t tld_length = net::registry_controlled_domains::GetRegistryLength( in IsValidHostName() local53 if ((tld_length == 0) || (tld_length == std::string::npos)) in IsValidHostName()56 std::string host_minus_tld(host, 0, host.length() - tld_length - 1); in IsValidHostName()
379 size_t tld_length = in IsHostNameKnownTLD() local384 if (tld_length == 0 || tld_length == std::string::npos) in IsHostNameKnownTLD()
274 const size_t tld_length = in Parse() local279 if (tld_length != std::string::npos) { in Parse()