Searched refs:in_host (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/base/
H A Dhost_port_pair.h21 // If |in_host| represents an IPv6 address, it should not bracket the address.
22 HostPortPair(const std::string& in_host, uint16 in_port);
59 void set_host(const std::string& in_host) { argument
60 host_ = in_host;
H A Dhost_port_pair.cc18 HostPortPair::HostPortPair(const std::string& in_host, uint16 in_port) argument
19 : host_(in_host), port_(in_port) {}

Completed in 65 milliseconds