Searched defs:RequestSocket (Results 1 - 20 of 20) sorted by relevance

/external/chromium/net/http/
H A Dhttp_stream_factory_impl_unittest.cc136 virtual int RequestSocket(const std::string& group_name, function in class:net::__anon3135::CapturePreconnectsSocketPool
H A Dhttp_proxy_client_socket_pool.cc442 int HttpProxyClientSocketPool::RequestSocket(const std::string& group_name, function in class:net::HttpProxyClientSocketPool
451 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dhttp_network_transaction_unittest.cc265 virtual int RequestSocket(const std::string& group_name, function in class:net::CaptureGroupNameSocketPool
/external/chromium/net/socket/
H A Dsocks_client_socket_pool.cc238 int SOCKSClientSocketPool::RequestSocket(const std::string& group_name, function in class:net::SOCKSClientSocketPool
247 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dtcp_client_socket_pool.cc262 int TCPClientSocketPool::RequestSocket( function in class:net::TCPClientSocketPool
281 return base_.RequestSocket(group_name, *casted_params, priority, handle,
H A Dtransport_client_socket_pool.cc440 int TransportClientSocketPool::RequestSocket( function in class:net::TransportClientSocketPool
459 return base_.RequestSocket(group_name, *casted_params, priority, handle,
H A Dssl_client_socket_pool.cc547 int SSLClientSocketPool::RequestSocket(const std::string& group_name, function in class:net::SSLClientSocketPool
556 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dclient_socket_pool_base.cc225 int ClientSocketPoolBaseHelper::RequestSocket( function in class:net::internal::ClientSocketPoolBaseHelper
H A Dclient_socket_pool_base.h231 // See ClientSocketPool::RequestSocket for documentation on this function.
234 int RequestSocket(const std::string& group_name, const Request* request);
236 // See ClientSocketPool::RequestSocket for documentation on this function.
488 // This is the internal implementation of RequestSocket(). It differs in that
651 // RequestSocket bundles up the parameters into a Request and then forwards to
652 // ClientSocketPoolBaseHelper::RequestSocket().
653 int RequestSocket(const std::string& group_name, function in class:net::ClientSocketPoolBase
672 return helper_.RequestSocket(group_name, request);
H A Dclient_socket_pool_base_unittest.cc388 virtual int RequestSocket( function in class:net::__anon3198::TestClientSocketPool
397 return base_.RequestSocket(group_name, *casted_socket_params, priority,
1203 // This test will start up a RequestSocket() and then immediately Cancel() it.
H A Dsocket_test_util.cc1252 int MockTransportClientSocketPool::RequestSocket(const std::string& group_name, function in class:net::MockTransportClientSocketPool
1350 int MockSOCKSClientSocketPool::RequestSocket(const std::string& group_name, function in class:net::MockSOCKSClientSocketPool
1356 return transport_pool_->RequestSocket(group_name,
/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool.cc214 int SOCKSClientSocketPool::RequestSocket( function in class:net::SOCKSClientSocketPool
221 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dtransport_client_socket_pool.cc432 int TransportClientSocketPool::RequestSocket( function in class:net::TransportClientSocketPool
450 return base_.RequestSocket(group_name, *casted_params, priority, handle,
H A Dssl_client_socket_pool.cc571 int SSLClientSocketPool::RequestSocket(const std::string& group_name, function in class:net::SSLClientSocketPool
580 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dclient_socket_pool_base.h235 // See ClientSocketPool::RequestSocket for documentation on this function.
236 int RequestSocket(const std::string& group_name,
239 // See ClientSocketPool::RequestSocket for documentation on this function.
552 // This is the internal implementation of RequestSocket(). It differs in that
725 // RequestSocket bundles up the parameters into a Request and then forwards to
726 // ClientSocketPoolBaseHelper::RequestSocket().
727 int RequestSocket(const std::string& group_name, function in class:net::ClientSocketPoolBase
738 return helper_.RequestSocket(
H A Dclient_socket_pool_base.cc258 int ClientSocketPoolBaseHelper::RequestSocket( function in class:net::internal::ClientSocketPoolBaseHelper
H A Dclient_socket_pool_base_unittest.cc485 virtual int RequestSocket(
494 return base_.RequestSocket(group_name, *casted_socket_params, priority,
1354 // This test will start up a RequestSocket() and then immediately Cancel() it.
3737 int RequestSocket(TestClientSocketPool* pool) { function in class:net::__anon9653::MockLayeredPool
3779 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3790 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3804 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3841 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3878 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3943 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool
[all...]
H A Dsocket_test_util.cc1742 int MockTransportClientSocketPool::RequestSocket( function in class:net::MockTransportClientSocketPool
1856 int MockSOCKSClientSocketPool::RequestSocket( function in class:net::MockSOCKSClientSocketPool
1860 return transport_pool_->RequestSocket(
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.cc437 int HttpProxyClientSocketPool::RequestSocket( function in class:net::HttpProxyClientSocketPool
444 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dhttp_network_transaction_unittest.cc450 virtual int RequestSocket(const std::string& group_name, function in class:net::__anon9449::CaptureGroupNameSocketPool

Completed in 962 milliseconds