Searched refs:RequestSocket (Results 1 - 19 of 19) sorted by relevance

/external/chromium/net/socket/
H A Dclient_socket_handle.h204 int rv = pool_->RequestSocket(
H A Dclient_socket_pool.h37 // 1) RequestSocket returns OK and initializes |handle| with a reused socket.
38 // 2) RequestSocket returns OK with a newly connected socket.
39 // 3) RequestSocket returns ERR_IO_PENDING. The handle will be added to a
42 // 4) An error occurred early on, so RequestSocket returns an error code.
63 virtual int RequestSocket(const std::string& group_name,
85 // Called to cancel a RequestSocket call that returned ERR_IO_PENDING. The
87 // RequestSocket call being cancelled. The associated CompletionCallback is
95 // set of idle sockets to be used to satisfy future RequestSocket calls.
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 Dsocks_client_socket_pool.h125 virtual int RequestSocket(const std::string& group_name,
H A Dtcp_client_socket_pool.h135 virtual int RequestSocket(const std::string& group_name,
H A Dtransport_client_socket_pool.h156 virtual int RequestSocket(const std::string& group_name,
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 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 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.h202 virtual int RequestSocket(const std::string& group_name,
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 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,
H A Dsocket_test_util.h852 virtual int RequestSocket(const std::string& group_name,
927 virtual int RequestSocket(const std::string& group_name,
H A Dclient_socket_pool_base.cc225 int ClientSocketPoolBaseHelper::RequestSocket( function in class:net::internal::ClientSocketPoolBaseHelper
H A Dclient_socket_pool_base_unittest.cc388 virtual int RequestSocket( function in class:net::__anon3031::TestClientSocketPool
397 return base_.RequestSocket(group_name, *casted_socket_params, priority,
1203 // This test will start up a RequestSocket() and then immediately Cancel() it.
/external/chromium/net/http/
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_proxy_client_socket_pool.h187 virtual int RequestSocket(const std::string& group_name,
H A Dhttp_stream_factory_impl_unittest.cc136 virtual int RequestSocket(const std::string& group_name, function in class:net::__anon2968::CapturePreconnectsSocketPool
H A Dhttp_network_transaction_unittest.cc265 virtual int RequestSocket(const std::string& group_name, function in class:net::CaptureGroupNameSocketPool

Completed in 364 milliseconds