HomeSort by relevance Sort by last modified time
    Searched refs:canon_host (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
registry_controlled_domain.cc 76 const std::string canon_host(net::CanonicalizeHost(host, &host_info));
77 if (canon_host.empty() || host_info.IsIPAddress())
79 return GetDomainAndRegistryImpl(canon_host);
86 const std::string canon_host(net::CanonicalizeHost(host, &host_info));
87 if (canon_host.empty() || host_info.IsIPAddress())
89 return GetDomainAndRegistryImpl(canon_host);
134 const std::string canon_host(net::CanonicalizeHost(host, &host_info));
135 if (canon_host.empty())
139 return GetInstance()->GetRegistryLengthImpl(canon_host,
148 const std::string canon_host(net::CanonicalizeHost(host, &host_info))
    [all...]
net_util.cc 906 std::string canon_host; local
907 url_canon::StdStringCanonOutput canon_host_output(&canon_host);
915 DCHECK_EQ(host_info->out_host.len, static_cast<int>(canon_host.length()));
918 canon_host.clear();
    [all...]

Completed in 34 milliseconds