Searched defs:RequestSockets (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool.cc225 void SOCKSClientSocketPool::RequestSockets( function in class:net::SOCKSClientSocketPool
233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dtransport_client_socket_pool.cc485 void TransportClientSocketPool::RequestSockets( function in class:net::TransportClientSocketPool
501 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dwebsocket_transport_client_socket_pool.cc355 void WebSocketTransportClientSocketPool::RequestSockets( function in class:net::WebSocketTransportClientSocketPool
H A Dclient_socket_pool_base.h241 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, function in class:net::ClientSocketPoolBase
764 helper_.RequestSockets(group_name, request, num_sockets);
H A Dssl_client_socket_pool.cc723 void SSLClientSocketPool::RequestSockets( function in class:net::SSLClientSocketPool
731 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dclient_socket_pool_base.cc292 void ClientSocketPoolBaseHelper::RequestSockets( function in class:net::internal::ClientSocketPoolBaseHelper
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.cc465 void HttpProxyClientSocketPool::RequestSockets( function in class:net::HttpProxyClientSocketPool
473 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);

Completed in 161 milliseconds