Searched refs:RequestSocket (Results 1 - 19 of 19) sorted by last modified time

/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc516 virtual int RequestSocket(const std::string& group_name, function in class:net::__anon9301::CaptureGroupNameSocketPool
H A Dhttp_proxy_client_socket_pool.cc454 int HttpProxyClientSocketPool::RequestSocket( function in class:net::HttpProxyClientSocketPool
461 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dhttp_proxy_client_socket_pool.h203 virtual int RequestSocket(const std::string& group_name,
H A Dhttp_stream_factory_impl_unittest.cc327 virtual int RequestSocket(const std::string& group_name,
/external/chromium_org/net/socket/
H A Dclient_socket_handle.h231 int rv = pool_->RequestSocket(
H A Dclient_socket_pool.h68 // the type for the |params| argument in RequestSocket() and
74 // 1) RequestSocket returns OK and initializes |handle| with a reused socket.
75 // 2) RequestSocket returns OK with a newly connected socket.
76 // 3) RequestSocket returns ERR_IO_PENDING. The handle will be added to a
79 // 4) An error occurred early on, so RequestSocket returns an error code.
100 virtual int RequestSocket(const std::string& group_name,
122 // Called to cancel a RequestSocket call that returned ERR_IO_PENDING. The
124 // RequestSocket call being cancelled. The associated CompletionCallback is
132 // set of idle sockets to be used to satisfy future RequestSocket calls.
H A Dclient_socket_pool_base.cc257 int ClientSocketPoolBaseHelper::RequestSocket( function in class:net::internal::ClientSocketPoolBaseHelper
H A Dclient_socket_pool_base.h236 // See ClientSocketPool::RequestSocket for documentation on this function.
237 int RequestSocket(const std::string& group_name,
240 // See ClientSocketPool::RequestSocket for documentation on this function.
558 // This is the internal implementation of RequestSocket(). It differs in that
731 // RequestSocket bundles up the parameters into a Request and then forwards to
732 // ClientSocketPoolBaseHelper::RequestSocket().
733 int RequestSocket(const std::string& group_name, function in class:net::ClientSocketPoolBase
744 return helper_.RequestSocket(
H A Dclient_socket_pool_base_unittest.cc507 virtual int RequestSocket(
516 return base_.RequestSocket(group_name, *casted_socket_params, priority,
1376 // This test will start up a RequestSocket() and then immediately Cancel() it.
3799 int RequestSocket(TestClientSocketPool* pool) { function in class:net::__anon9519::MockLayeredPool
3841 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3852 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3866 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3903 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
3940 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool_.get()));
4005 EXPECT_EQ(OK, mock_layered_pool.RequestSocket(pool
[all...]
H A Dsocket_test_util.cc1850 int MockTransportClientSocketPool::RequestSocket( function in class:net::MockTransportClientSocketPool
1966 int MockSOCKSClientSocketPool::RequestSocket( function in class:net::MockSOCKSClientSocketPool
1970 return transport_pool_->RequestSocket(
H A Dsocket_test_util.h1219 virtual int RequestSocket(const std::string& group_name,
1304 virtual int RequestSocket(const std::string& group_name,
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 Dsocks_client_socket_pool.h123 virtual int RequestSocket(const std::string& group_name,
H A Dssl_client_socket_pool.cc710 int SSLClientSocketPool::RequestSocket(const std::string& group_name, function in class:net::SSLClientSocketPool
719 return base_.RequestSocket(group_name, *casted_socket_params, priority,
H A Dssl_client_socket_pool.h300 virtual int RequestSocket(const std::string& group_name,
H A Dtransport_client_socket_pool.cc457 int TransportClientSocketPool::RequestSocket( function in class:net::TransportClientSocketPool
469 return base_.RequestSocket(group_name, *casted_params, priority, handle,
H A Dtransport_client_socket_pool.h229 virtual int RequestSocket(const std::string& group_name,
H A Dwebsocket_transport_client_socket_pool.cc270 int WebSocketTransportClientSocketPool::RequestSocket( function in class:net::WebSocketTransportClientSocketPool
600 int rv = RequestSocket("ignored",
H A Dwebsocket_transport_client_socket_pool.h62 // Stash the callback from RequestSocket() here for convenience.
136 virtual int RequestSocket(const std::string& group_name,
183 // Store the arguments from a call to RequestSocket() that has stalled so we

Completed in 3498 milliseconds