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

  /external/chromium/net/base/
registry_controlled_domain.cc 78 const std::string canon_host(CanonicalizeHost(host, &host_info));
79 if (canon_host.empty() || host_info.IsIPAddress())
81 return GetDomainAndRegistryImpl(canon_host);
88 const std::string canon_host(CanonicalizeHost(host, &host_info));
89 if (canon_host.empty() || host_info.IsIPAddress())
91 return GetDomainAndRegistryImpl(canon_host);
136 const std::string canon_host(CanonicalizeHost(host, &host_info));
137 if (canon_host.empty())
141 return GetInstance()->GetRegistryLengthImpl(canon_host,
150 const std::string canon_host(CanonicalizeHost(host, &host_info))
    [all...]
net_util.cc 1350 std::string canon_host; local
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 353 std::string canon_host; local
354 CanonicalizeUrl(url, &canon_host, NULL, NULL);
356 const std::string host = canon_host; // const sidesteps GCC bugs below!

Completed in 92 milliseconds