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

  /external/chromium/net/base/
host_mapping_rules.cc 87 if (!ParseHostAndPort(parts[2], &rule.replacement_hostname,
net_util.h 97 bool ParseHostAndPort(std::string::const_iterator host_and_port_begin,
101 bool ParseHostAndPort(const std::string& host_and_port,
net_util.cc     [all...]
net_util_unittest.cc     [all...]
  /external/chromium/net/proxy/
proxy_bypass_rules.cc 304 if (ParseHostAndPort(raw, &host, &port)) {
proxy_server.cc 230 bool ok = net::ParseHostAndPort(begin, end, &host, &port);

Completed in 167 milliseconds