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

12

/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,
/external/chromium_org/net/socket/
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 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 Dclient_socket_handle.h239 int rv = pool_->RequestSocket(
H A Dsocks_client_socket_pool.h123 virtual int RequestSocket(const std::string& group_name,
H A Dtransport_client_socket_pool.h155 virtual int RequestSocket(const std::string& group_name,
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 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.h205 virtual int RequestSocket(const std::string& group_name,
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,
/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::__anon3135::CapturePreconnectsSocketPool
/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_proxy_client_socket_pool.h194 virtual int RequestSocket(const std::string& group_name,

Completed in 115 milliseconds

12