Home
last modified time | relevance | path

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

/external/chromium_org/components/google/core/browser/
Dgoogle_util.cc49 size_t tld_length = net::registry_controlled_domains::GetRegistryLength( in IsValidHostName() local
53 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()
/external/chromium_org/chrome/browser/ssl/
Dssl_error_classification.cc379 size_t tld_length = in IsHostNameKnownTLD() local
384 if (tld_length == 0 || tld_length == std::string::npos) in IsHostNameKnownTLD()
/external/chromium_org/components/omnibox/
Dautocomplete_input.cc274 const size_t tld_length = in Parse() local
279 if (tld_length != std::string::npos) { in Parse()