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

  /external/chromium_org/net/socket/
client_socket_pool.h 68 // 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.
socks_client_socket_pool.cc 214 int SOCKSClientSocketPool::RequestSocket(
221 return base_.RequestSocket(group_name, *casted_socket_params, priority,
client_socket_handle.h 231 int rv = pool_->RequestSocket(
socks_client_socket_pool.h 123 virtual int RequestSocket(const std::string& group_name,
transport_client_socket_pool.h 155 virtual int RequestSocket(const std::string& group_name,
client_socket_pool_base.h 236 // 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,
744 return helper_.RequestSocket(
    [all...]
transport_client_socket_pool.cc 432 int TransportClientSocketPool::RequestSocket(
450 return base_.RequestSocket(group_name, *casted_params, priority, handle,
ssl_client_socket_pool.h 205 virtual int RequestSocket(const std::string& group_name,
ssl_client_socket_pool.cc 571 int SSLClientSocketPool::RequestSocket(const std::string& group_name,
580 return base_.RequestSocket(group_name, *casted_socket_params, priority,
client_socket_pool_base_unittest.cc 507 virtual int RequestSocket(
516 return base_.RequestSocket(group_name, *casted_socket_params, priority,
    [all...]
socket_test_util.h     [all...]
socket_test_util.cc     [all...]
client_socket_pool_base.cc 257 int ClientSocketPoolBaseHelper::RequestSocket(
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 444 int HttpProxyClientSocketPool::RequestSocket(
451 return base_.RequestSocket(group_name, *casted_socket_params, priority,
http_proxy_client_socket_pool.h 194 virtual int RequestSocket(const std::string& group_name,
http_stream_factory_impl_unittest.cc 327 virtual int RequestSocket(const std::string& group_name,
    [all...]
http_network_transaction_unittest.cc 490 virtual int RequestSocket(const std::string& group_name,
    [all...]

Completed in 1101 milliseconds