/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,
|
/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 | 239 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 | 235 // 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, 738 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,
|
/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,
|
/external/chromium_org/net/http/ |
http_proxy_client_socket_pool.cc | 437 int HttpProxyClientSocketPool::RequestSocket( 444 return base_.RequestSocket(group_name, *casted_socket_params, priority,
|
http_proxy_client_socket_pool.h | 194 virtual int RequestSocket(const std::string& group_name,
|