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

  /external/chromium/net/base/
registry_controlled_domain.cc 79 if (canon_host.empty() || host_info.IsIPAddress())
89 if (canon_host.empty() || host_info.IsIPAddress())
139 if (host_info.IsIPAddress())
153 if (host_info.IsIPAddress())
  /external/chromium/net/proxy/
proxy_bypass_rules.cc 131 bool IsIPAddress(const std::string& domain) {
138 return host_info.IsIPAddress();
305 if (IsIPAddress(host)) {
  /external/chromium/googleurl/src/
url_canon_host.cc 356 if (host_info->IsIPAddress()) {
gurl.cc 377 return host_info.IsIPAddress();
url_canon.h 337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
    [all...]
url_canon_unittest.cc     [all...]

Completed in 113 milliseconds