Home
last modified time | relevance | path

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

/external/chromium/net/socket/
Dsocks_client_socket_pool.cc220 int max_sockets, in SOCKSClientSocketPool() argument
227 base_(max_sockets, max_sockets_per_group, histograms, in SOCKSClientSocketPool()
Dtcp_client_socket_pool.cc245 int max_sockets, in TCPClientSocketPool() argument
251 : base_(max_sockets, max_sockets_per_group, histograms, in TCPClientSocketPool()
Dclient_socket_pool_base.h223 int max_sockets,
636 int max_sockets, in ClientSocketPoolBase() argument
643 helper_(max_sockets, max_sockets_per_group, in ClientSocketPoolBase()
Dtransport_client_socket_pool.cc423 int max_sockets, in TransportClientSocketPool() argument
429 : base_(max_sockets, max_sockets_per_group, histograms, in TransportClientSocketPool()
Dsocks_client_socket_pool.h115 int max_sockets,
Dtcp_client_socket_pool.h124 int max_sockets,
Dtransport_client_socket_pool.h145 int max_sockets,
Dsocket_test_util.cc1239 int max_sockets, in MockTransportClientSocketPool() argument
1243 : TransportClientSocketPool(max_sockets, max_sockets_per_group, histograms, in MockTransportClientSocketPool()
1339 int max_sockets, in MockSOCKSClientSocketPool() argument
1343 : SOCKSClientSocketPool(max_sockets, max_sockets_per_group, histograms, in MockSOCKSClientSocketPool()
Dssl_client_socket_pool.cc495 int max_sockets, in SSLClientSocketPool() argument
512 base_(max_sockets, max_sockets_per_group, histograms, in SSLClientSocketPool()
Dssl_client_socket_pool.h184 int max_sockets,
Dclient_socket_pool_base.cc165 int max_sockets, in ClientSocketPoolBaseHelper() argument
173 max_sockets_(max_sockets), in ClientSocketPoolBaseHelper()
183 DCHECK_LE(max_sockets_per_group, max_sockets); in ClientSocketPoolBaseHelper()
Dsocket_test_util.h841 int max_sockets,
919 int max_sockets,
Dclient_socket_pool_base_unittest.cc376 int max_sockets, in TestClientSocketPool() argument
382 : base_(max_sockets, max_sockets_per_group, histograms, in TestClientSocketPool()
548 void CreatePool(int max_sockets, int max_sockets_per_group) { in CreatePool() argument
550 max_sockets, in CreatePool()
558 int max_sockets, int max_sockets_per_group, in CreatePoolWithIdleTimeouts() argument
563 pool_.reset(new TestClientSocketPool(max_sockets, in CreatePoolWithIdleTimeouts()
/external/chromium/net/http/
Dhttp_proxy_client_socket_pool.cc422 int max_sockets, in HttpProxyClientSocketPool() argument
431 base_(max_sockets, max_sockets_per_group, histograms, in HttpProxyClientSocketPool()
Dhttp_proxy_client_socket_pool.h176 int max_sockets,