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

  /external/chromium/net/socket/
client_socket_pool.h 37 // 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.
client_socket_handle.h 204 int rv = pool_->RequestSocket(
socks_client_socket_pool.cc 238 int SOCKSClientSocketPool::RequestSocket(const std::string& group_name,
247 return base_.RequestSocket(group_name, *casted_socket_params, priority,
socks_client_socket_pool.h 125 virtual int RequestSocket(const std::string& group_name,
tcp_client_socket_pool.h 135 virtual int RequestSocket(const std::string& group_name,
transport_client_socket_pool.h 156 virtual int RequestSocket(const std::string& group_name,
tcp_client_socket_pool.cc 262 int TCPClientSocketPool::RequestSocket(
281 return base_.RequestSocket(group_name, *casted_params, priority, handle,
client_socket_pool_base.h 231 // 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,
672 return helper_.RequestSocket(group_name, request);
transport_client_socket_pool.cc 440 int TransportClientSocketPool::RequestSocket(
459 return base_.RequestSocket(group_name, *casted_params, priority, handle,
ssl_client_socket_pool.h 202 virtual int RequestSocket(const std::string& group_name,
socket_test_util.h 852 virtual int RequestSocket(const std::string& group_name,
    [all...]
ssl_client_socket_pool.cc 547 int SSLClientSocketPool::RequestSocket(const std::string& group_name,
556 return base_.RequestSocket(group_name, *casted_socket_params, priority,
socket_test_util.cc     [all...]
client_socket_pool_base.cc 225 int ClientSocketPoolBaseHelper::RequestSocket(
    [all...]
client_socket_pool_base_unittest.cc 388 virtual int RequestSocket(
397 return base_.RequestSocket(group_name, *casted_socket_params, priority,
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket_pool.h 187 virtual int RequestSocket(const std::string& group_name,
http_proxy_client_socket_pool.cc 442 int HttpProxyClientSocketPool::RequestSocket(const std::string& group_name,
451 return base_.RequestSocket(group_name, *casted_socket_params, priority,
http_stream_factory_impl_unittest.cc 136 virtual int RequestSocket(const std::string& group_name,
http_network_transaction_unittest.cc 265 virtual int RequestSocket(const std::string& group_name,
    [all...]

Completed in 442 milliseconds