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

  /external/chromium_org/net/socket/
socks5_client_socket.cc 43 host_request_info_(req_info),
281 if (0xFF < host_request_info_.hostname().size()) {
367 DCHECK_GE(static_cast<size_t>(0xFF), host_request_info_.hostname().size());
371 host_request_info_.hostname().size()));
372 handshake->append(host_request_info_.hostname());
374 uint16 nw_port = base::HostToNet16(host_request_info_.port());
socks5_client_socket.h 149 HostResolver::RequestInfo host_request_info_; member in class:net::SOCKS5ClientSocket
socks_client_socket.cc 71 host_request_info_(req_info),
292 host_request_info_.set_address_family(ADDRESS_FAMILY_IPV4);
294 host_request_info_,
318 request.nw_port = base::HostToNet16(host_request_info_.port());
socks_client_socket.h 130 HostResolver::RequestInfo host_request_info_; member in class:net::SOCKSClientSocket

Completed in 387 milliseconds