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

1 2

  /external/chromium/net/socket/
client_socket_pool.h 70 // RequestSockets is used to request that |num_sockets| be connected in the
80 virtual void RequestSockets(const std::string& group_name,
187 pool->RequestSockets(group_name, &params, num_sockets, net_log);
socks_client_socket_pool.cc 251 void SOCKSClientSocketPool::RequestSockets(
259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
client_socket_pool_base_unittest.cc 401 virtual void RequestSockets(const std::string& group_name,
408 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
    [all...]
socks_client_socket_pool.h 132 virtual void RequestSockets(const std::string& group_name,
tcp_client_socket_pool.h 142 virtual void RequestSockets(const std::string& group_name,
transport_client_socket_pool.h 163 virtual void RequestSockets(const std::string& group_name,
tcp_client_socket_pool.cc 285 void TCPClientSocketPool::RequestSockets(
302 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
client_socket_pool_base.h 237 void RequestSockets(const std::string& group_name,
675 // RequestSockets bundles up the parameters into a Request and then forwards
676 // to ClientSocketPoolBaseHelper::RequestSockets(). Note that it assigns the
678 void RequestSockets(const std::string& group_name,
697 helper_.RequestSockets(group_name, request, num_sockets);
transport_client_socket_pool.cc 463 void TransportClientSocketPool::RequestSockets(
480 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
ssl_client_socket_pool.h 209 virtual void RequestSockets(const std::string& group_name,
ssl_client_socket_pool.cc 560 void SSLClientSocketPool::RequestSockets(
568 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
  /external/chromium_org/net/socket/
client_socket_pool.h 83 // RequestSockets is used to request that |num_sockets| be connected in the
93 virtual void RequestSockets(const std::string& group_name,
215 pool->RequestSockets(group_name, &params, num_sockets, net_log);
socks_client_socket_pool.cc 224 void SOCKSClientSocketPool::RequestSockets(
232 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
client_socket_pool_base_unittest.cc 494 virtual void RequestSockets(const std::string& group_name,
501 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
    [all...]
socks_client_socket_pool.h 128 virtual void RequestSockets(const std::string& group_name,
transport_client_socket_pool.h 152 virtual void RequestSockets(const std::string& group_name,
client_socket_pool_base.h 222 void RequestSockets(const std::string& group_name,
683 // RequestSockets bundles up the parameters into a Request and then forwards
684 // to ClientSocketPoolBaseHelper::RequestSockets(). Note that it assigns the
686 void RequestSockets(const std::string& group_name,
697 helper_.RequestSockets(group_name, request, num_sockets);
transport_client_socket_pool.cc 395 void TransportClientSocketPool::RequestSockets(
411 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
ssl_client_socket_pool.h 198 virtual void RequestSockets(const std::string& group_name,
ssl_client_socket_pool.cc 558 void SSLClientSocketPool::RequestSockets(
566 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
  /external/chromium/net/http/
http_proxy_client_socket_pool.h 194 virtual void RequestSockets(const std::string& group_name,
http_proxy_client_socket_pool.cc 455 void HttpProxyClientSocketPool::RequestSockets(
463 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
http_stream_factory_impl_unittest.cc 146 virtual void RequestSockets(const std::string& group_name,
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 447 void HttpProxyClientSocketPool::RequestSockets(
455 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
http_proxy_client_socket_pool.h 198 virtual void RequestSockets(const std::string& group_name,

Completed in 884 milliseconds

1 2