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

  /external/chromium_org/net/socket/
client_socket_pool.h 69 // RequestSockets() below.
107 // RequestSockets is used to request that |num_sockets| be connected in the
117 virtual void RequestSockets(const std::string& group_name,
201 pool->RequestSockets(group_name, &params, num_sockets, net_log);
socks_client_socket_pool.cc 225 void SOCKSClientSocketPool::RequestSockets(
233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
client_socket_pool_base_unittest.cc 520 virtual void RequestSockets(const std::string& group_name,
527 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
    [all...]
socks_client_socket_pool.h 130 virtual void RequestSockets(const std::string& group_name,
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...]
transport_client_socket_pool.cc 485 void TransportClientSocketPool::RequestSockets(
501 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
ssl_client_socket_pool.h 307 virtual void RequestSockets(const std::string& group_name,
transport_client_socket_pool.h 235 virtual void RequestSockets(const std::string& group_name,
websocket_transport_client_socket_pool.h 142 virtual void RequestSockets(const std::string& group_name,
ssl_client_socket_pool.cc 723 void SSLClientSocketPool::RequestSockets(
731 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
websocket_transport_client_socket_pool.cc 355 void WebSocketTransportClientSocketPool::RequestSockets(
client_socket_pool_base.cc 292 void ClientSocketPoolBaseHelper::RequestSockets(
    [all...]
  /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);
http_proxy_client_socket_pool.h 210 virtual void RequestSockets(const std::string& group_name,
http_stream_factory_impl_unittest.cc 337 virtual void RequestSockets(const std::string& group_name,
    [all...]

Completed in 165 milliseconds