Lines Matching refs:canon_host
78 const std::string canon_host(CanonicalizeHost(host, &host_info)); in GetDomainAndRegistry() local
79 if (canon_host.empty() || host_info.IsIPAddress()) in GetDomainAndRegistry()
81 return GetDomainAndRegistryImpl(canon_host); in GetDomainAndRegistry()
88 const std::string canon_host(CanonicalizeHost(host, &host_info)); in GetDomainAndRegistry() local
89 if (canon_host.empty() || host_info.IsIPAddress()) in GetDomainAndRegistry()
91 return GetDomainAndRegistryImpl(canon_host); in GetDomainAndRegistry()
136 const std::string canon_host(CanonicalizeHost(host, &host_info)); in GetRegistryLength() local
137 if (canon_host.empty()) in GetRegistryLength()
141 return GetInstance()->GetRegistryLengthImpl(canon_host, in GetRegistryLength()
150 const std::string canon_host(CanonicalizeHost(host, &host_info)); in GetRegistryLength() local
151 if (canon_host.empty()) in GetRegistryLength()
155 return GetInstance()->GetRegistryLengthImpl(canon_host, in GetRegistryLength()