Searched refs:host_port_ (Results 1 – 7 of 7) sorted by relevance
77 host_port_(host_port), in HostController()96 << host_port_; in ReadCommandOnInternalThread()102 if (!host_server_data_socket->ConnectTcp(std::string(), host_port_)) { in ReadCommandOnInternalThread()104 << host_port_; in ReadCommandOnInternalThread()117 LOG(INFO) << "Will send HOST_SERVER_SUCCESS: " << host_port_; in ReadCommandOnInternalThread()
77 const int host_port_; variable
35 host_port_(host_port), in ResolutionMac()44 new PrivetHTTPClientImpl(name_, host_port_, request_context_))); in Start()
39 net::HostPortPair host_port_; variable
834 : name_(name), request_context_(request_context), host_port_(host_port) {} in PrivetHTTPClientImpl()854 replacements.SetHostStr(host_port_.host()); in CreateURLFetcher()855 std::string port(base::IntToString(host_port_.port())); // Keep string alive. in CreateURLFetcher()
315 net::HostPortPair host_port_; variable
11158 : host_port_(host_port) {} in OneTimeCachingHostResolver()11178 if (rv == OK && info.host_port_pair().Equals(host_port_)) in ResolveFromCache()11193 const HostPortPair host_port_; member in net::OneTimeCachingHostResolver