/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, ¶ms, 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 | 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, ¶ms, 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 | 498 virtual void RequestSockets(const std::string& group_name, 505 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,
|
transport_client_socket_pool.h | 161 virtual void RequestSockets(const std::string& group_name,
|
client_socket_pool_base.h | 240 void RequestSockets(const std::string& group_name, 744 // RequestSockets bundles up the parameters into a Request and then forwards 745 // to ClientSocketPoolBaseHelper::RequestSockets(). Note that it assigns the 747 void RequestSockets(const std::string& group_name, 758 helper_.RequestSockets(group_name, request, num_sockets); [all...] |
transport_client_socket_pool.cc | 454 void TransportClientSocketPool::RequestSockets( 470 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
ssl_client_socket_pool.h | 212 virtual void RequestSockets(const std::string& group_name,
|
ssl_client_socket_pool.cc | 584 void SSLClientSocketPool::RequestSockets( 592 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 | 448 void HttpProxyClientSocketPool::RequestSockets( 456 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
http_proxy_client_socket_pool.h | 201 virtual void RequestSockets(const std::string& group_name,
|