/external/chromium/net/socket/ |
D | client_socket_pool.h | 80 virtual void RequestSockets(const std::string& group_name, 187 pool->RequestSockets(group_name, ¶ms, num_sockets, net_log); in RequestSocketsForPool()
|
D | client_socket_pool_base_unittest.cc | 401 virtual void RequestSockets(const std::string& group_name, in RequestSockets() function in net::__anonfacae9050111::TestClientSocketPool 408 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); in RequestSockets() 2778 TEST_F(ClientSocketPoolBaseTest, RequestSockets) { in TEST_F() argument 2782 pool_->RequestSockets("a", ¶ms_, 2, BoundNetLog()); in TEST_F() 2835 pool_->RequestSockets("a", ¶ms_, 2, BoundNetLog()); in TEST_F() 2897 pool_->RequestSockets("a", ¶ms_, 2, BoundNetLog()); in TEST_F() 2919 pool_->RequestSockets("a", ¶ms_, kDefaultMaxSockets, in TEST_F() 2927 pool_->RequestSockets("b", ¶ms_, kDefaultMaxSockets, in TEST_F() 2939 pool_->RequestSockets("a", ¶ms_, kDefaultMaxSockets - 1, in TEST_F() 2947 pool_->RequestSockets("b", ¶ms_, kDefaultMaxSockets, in TEST_F() [all …]
|
D | socks_client_socket_pool.cc | 251 void SOCKSClientSocketPool::RequestSockets( in RequestSockets() function in net::SOCKSClientSocketPool 259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); in RequestSockets()
|
D | tcp_client_socket_pool.cc | 285 void TCPClientSocketPool::RequestSockets( in RequestSockets() function in net::TCPClientSocketPool 302 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); in RequestSockets()
|
D | client_socket_pool_base.h | 237 void RequestSockets(const std::string& group_name, 678 void RequestSockets(const std::string& group_name, in RequestSockets() function 697 helper_.RequestSockets(group_name, request, num_sockets); in RequestSockets()
|
D | transport_client_socket_pool.cc | 463 void TransportClientSocketPool::RequestSockets( in RequestSockets() function in net::TransportClientSocketPool 480 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); in RequestSockets()
|
D | socks_client_socket_pool.h | 132 virtual void RequestSockets(const std::string& group_name,
|
D | tcp_client_socket_pool.h | 142 virtual void RequestSockets(const std::string& group_name,
|
D | transport_client_socket_pool.h | 163 virtual void RequestSockets(const std::string& group_name,
|
D | ssl_client_socket_pool.cc | 560 void SSLClientSocketPool::RequestSockets( in RequestSockets() function in net::SSLClientSocketPool 568 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); in RequestSockets()
|
D | ssl_client_socket_pool.h | 209 virtual void RequestSockets(const std::string& group_name,
|
D | client_socket_pool_base.cc | 249 void ClientSocketPoolBaseHelper::RequestSockets( in RequestSockets() function in net::internal::ClientSocketPoolBaseHelper
|
/external/chromium/net/http/ |
D | http_proxy_client_socket_pool.cc | 455 void HttpProxyClientSocketPool::RequestSockets( in RequestSockets() function in net::HttpProxyClientSocketPool 463 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); in RequestSockets()
|
D | http_proxy_client_socket_pool.h | 194 virtual void RequestSockets(const std::string& group_name,
|
D | http_stream_factory_impl_unittest.cc | 146 virtual void RequestSockets(const std::string& group_name, in RequestSockets() function in net::__anon58de3ed50111::CapturePreconnectsSocketPool
|