Searched defs:RequestSockets (Results 1 - 15 of 15) sorted by relevance

/external/chromium/net/http/
H A Dhttp_stream_factory_impl_unittest.cc146 virtual void RequestSockets(const std::string& group_name, function in class:net::__anon3132::CapturePreconnectsSocketPool
H A Dhttp_proxy_client_socket_pool.cc455 void HttpProxyClientSocketPool::RequestSockets( function in class:net::HttpProxyClientSocketPool
463 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
/external/chromium/net/socket/
H A Dsocks_client_socket_pool.cc251 void SOCKSClientSocketPool::RequestSockets( function in class:net::SOCKSClientSocketPool
259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dtcp_client_socket_pool.cc285 void TCPClientSocketPool::RequestSockets( function in class:net::TCPClientSocketPool
302 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dtransport_client_socket_pool.cc463 void TransportClientSocketPool::RequestSockets( function in class:net::TransportClientSocketPool
480 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dssl_client_socket_pool.cc560 void SSLClientSocketPool::RequestSockets( function in class:net::SSLClientSocketPool
568 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dclient_socket_pool_base.cc249 void ClientSocketPoolBaseHelper::RequestSockets( function in class:net::internal::ClientSocketPoolBaseHelper
H A Dclient_socket_pool_base.h237 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, function in class:net::ClientSocketPoolBase
697 helper_.RequestSockets(group_name, request, num_sockets);
H A Dclient_socket_pool_base_unittest.cc401 virtual void RequestSockets(const std::string& group_name, function in class:net::__anon3195::TestClientSocketPool
408 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
2778 TEST_F(ClientSocketPoolBaseTest, RequestSockets) {
2782 pool_->RequestSockets("a", &params_, 2, BoundNetLog());
2835 pool_->RequestSockets("a", &params_, 2, BoundNetLog());
2897 pool_->RequestSockets("a", &params_, 2, BoundNetLog());
2919 pool_->RequestSockets("a", &params_, kDefaultMaxSockets,
2927 pool_->RequestSockets("b", &params_, kDefaultMaxSockets,
2939 pool_->RequestSockets("a", &params_, kDefaultMaxSockets - 1,
2947 pool_->RequestSockets("
[all...]
/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool.cc224 void SOCKSClientSocketPool::RequestSockets( function in class:net::SOCKSClientSocketPool
232 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dtransport_client_socket_pool.cc395 void TransportClientSocketPool::RequestSockets( function in class:net::TransportClientSocketPool
411 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dssl_client_socket_pool.cc558 void SSLClientSocketPool::RequestSockets( function in class:net::SSLClientSocketPool
566 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dclient_socket_pool_base.cc284 void ClientSocketPoolBaseHelper::RequestSockets( function in class:net::internal::ClientSocketPoolBaseHelper
H A Dclient_socket_pool_base.h222 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, function in class:net::ClientSocketPoolBase
697 helper_.RequestSockets(group_name, request, num_sockets);
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.cc447 void HttpProxyClientSocketPool::RequestSockets( function in class:net::HttpProxyClientSocketPool
455 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);

Completed in 238 milliseconds