HomeSort by relevance Sort by last modified time
    Searched defs:RequestSockets (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 465 void HttpProxyClientSocketPool::RequestSockets(
473 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
  /external/chromium_org/net/socket/
socks_client_socket_pool.cc 225 void SOCKSClientSocketPool::RequestSockets(
233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
transport_client_socket_pool.cc 485 void TransportClientSocketPool::RequestSockets(
501 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
websocket_transport_client_socket_pool.cc 355 void WebSocketTransportClientSocketPool::RequestSockets(
ssl_client_socket_pool.cc 723 void SSLClientSocketPool::RequestSockets(
731 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
client_socket_pool_base.cc 292 void ClientSocketPoolBaseHelper::RequestSockets(
    [all...]
client_socket_pool_base.h 241 void RequestSockets(const std::string& group_name,
750 // RequestSockets bundles up the parameters into a Request and then forwards
751 // to ClientSocketPoolBaseHelper::RequestSockets(). Note that it assigns the
753 void RequestSockets(const std::string& group_name,
764 helper_.RequestSockets(group_name, request, num_sockets);
    [all...]

Completed in 181 milliseconds