HomeSort by relevance Sort by last modified time
    Searched refs:canon_host (Results 1 - 6 of 6) 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_org/net/base/registry_controlled_domains/
registry_controlled_domain.cc 209 const std::string canon_host(CanonicalizeHost(host, &host_info));
210 if (canon_host.empty() || host_info.IsIPAddress())
212 return GetDomainAndRegistryImpl(canon_host, filter);
259 const std::string canon_host(CanonicalizeHost(host, &host_info));
260 if (canon_host.empty())
264 return GetRegistryLengthImpl(canon_host, unknown_filter, private_filter);
  /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!
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.cc 399 std::string canon_host; local
400 CanonicalizeUrl(url, &canon_host, NULL, NULL);
402 const std::string host = canon_host; // const sidesteps GCC bugs below!
  /external/chromium_org/net/base/
net_util.cc 1068 std::string canon_host; local
    [all...]

Completed in 1123 milliseconds