Home
last modified time | relevance | path

Searched refs:max_sockets (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/net/socket/
Dsocks_client_socket_pool.cc193 int max_sockets, in SOCKSClientSocketPool() argument
200 base_(this, max_sockets, max_sockets_per_group, histograms, in SOCKSClientSocketPool()
Dwebsocket_transport_client_socket_pool.cc229 int max_sockets, in WebSocketTransportClientSocketPool() argument
235 : TransportClientSocketPool(max_sockets, in WebSocketTransportClientSocketPool()
246 max_sockets_(max_sockets), in WebSocketTransportClientSocketPool()
Dclient_socket_pool_base.h216 int max_sockets,
705 int max_sockets, in ClientSocketPoolBase() argument
712 helper_(self, max_sockets, max_sockets_per_group, in ClientSocketPoolBase()
Dsocks_client_socket_pool.h113 int max_sockets,
Dtransport_client_socket_pool.cc441 int max_sockets, in TransportClientSocketPool() argument
447 : base_(NULL, max_sockets, max_sockets_per_group, histograms, in TransportClientSocketPool()
Dwebsocket_transport_client_socket_pool.h119 WebSocketTransportClientSocketPool(int max_sockets,
Dssl_client_socket_pool.h280 SSLClientSocketPool(int max_sockets,
Dtransport_client_socket_pool.h219 int max_sockets,
Dssl_client_socket_pool.cc627 int max_sockets, in SSLClientSocketPool() argument
647 max_sockets, in SSLClientSocketPool()
Dclient_socket_pool_base.cc151 int max_sockets, in ClientSocketPoolBaseHelper() argument
159 max_sockets_(max_sockets), in ClientSocketPoolBaseHelper()
170 DCHECK_LE(max_sockets_per_group, max_sockets); in ClientSocketPoolBaseHelper()
Dsocket_test_util.cc1836 int max_sockets, in MockTransportClientSocketPool() argument
1840 : TransportClientSocketPool(max_sockets, max_sockets_per_group, histograms, in MockTransportClientSocketPool()
1955 int max_sockets, in MockSOCKSClientSocketPool() argument
1959 : SOCKSClientSocketPool(max_sockets, max_sockets_per_group, histograms, in MockSOCKSClientSocketPool()
Dsocket_test_util.h1205 MockTransportClientSocketPool(int max_sockets,
1296 MockSOCKSClientSocketPool(int max_sockets,
Dclient_socket_pool_base_unittest.cc495 int max_sockets, in TestClientSocketPool() argument
501 : base_(NULL, max_sockets, max_sockets_per_group, histograms, in TestClientSocketPool()
703 void CreatePool(int max_sockets, int max_sockets_per_group) { in CreatePool() argument
705 max_sockets, in CreatePool()
712 int max_sockets, int max_sockets_per_group, in CreatePoolWithIdleTimeouts() argument
718 pool_.reset(new TestClientSocketPool(max_sockets, in CreatePoolWithIdleTimeouts()
/external/chromium_org/net/http/
Dhttp_proxy_client_socket_pool.cc426 int max_sockets, in HttpProxyClientSocketPool() argument
436 base_(this, max_sockets, max_sockets_per_group, histograms, in HttpProxyClientSocketPool()
Dhttp_proxy_client_socket_pool.h191 int max_sockets,