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

  /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_org/net/proxy/
proxy_bypass_rules.cc 133 bool IsIPAddress(const std::string& domain) {
140 return host_info.IsIPAddress();
307 if (IsIPAddress(host)) {
  /external/chromium/googleurl/src/
url_canon.h 337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
    [all...]
  /external/chromium_org/url/
url_canon.h 317 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
345 // AddressLength() bytes, in network order. If IsIPAddress() is false
    [all...]

Completed in 181 milliseconds