Home | History | Annotate | Download | only in socket

Lines Matching defs:hostname

38                                       const std::string& hostname,
80 const std::string& hostname,
95 HostResolver::RequestInfo(HostPortPair(hostname, port)));
170 const std::string hostname = "my-host-name";
179 request.push_back(hostname.size());
180 request.append(hostname);
195 hostname, 80, NULL));
220 // the transport socket first) because the hostname is too long.
227 const std::string hostname = "www.google.com";
253 hostname, 80, &net_log_));
284 hostname, 80, &net_log_));
314 hostname, 80, &net_log_));
345 hostname, 80, &net_log_));