/external/chromium/net/http/ |
http_proxy_client_socket_pool.cc | 455 void HttpProxyClientSocketPool::RequestSockets( 463 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
http_stream_factory_impl_unittest.cc | 146 virtual void RequestSockets(const std::string& group_name,
|
/external/chromium/net/socket/ |
socks_client_socket_pool.cc | 251 void SOCKSClientSocketPool::RequestSockets( 259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
ssl_client_socket_pool.cc | 560 void SSLClientSocketPool::RequestSockets( 568 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
tcp_client_socket_pool.cc | 285 void TCPClientSocketPool::RequestSockets( 302 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
transport_client_socket_pool.cc | 463 void TransportClientSocketPool::RequestSockets( 480 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
client_socket_pool_base.cc | 249 void ClientSocketPoolBaseHelper::RequestSockets( [all...] |
client_socket_pool_base.h | 237 void RequestSockets(const std::string& group_name, 675 // RequestSockets bundles up the parameters into a Request and then forwards 676 // to ClientSocketPoolBaseHelper::RequestSockets(). Note that it assigns the 678 void RequestSockets(const std::string& group_name, 697 helper_.RequestSockets(group_name, request, num_sockets);
|
client_socket_pool_base_unittest.cc | 401 virtual void RequestSockets(const std::string& group_name, 408 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); [all...] |
/external/chromium_org/net/http/ |
http_proxy_client_socket_pool.cc | 448 void HttpProxyClientSocketPool::RequestSockets( 456 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
/external/chromium_org/net/socket/ |
socks_client_socket_pool.cc | 225 void SOCKSClientSocketPool::RequestSockets( 233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
transport_client_socket_pool.cc | 454 void TransportClientSocketPool::RequestSockets( 470 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
ssl_client_socket_pool.cc | 584 void SSLClientSocketPool::RequestSockets( 592 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
client_socket_pool_base.cc | 293 void ClientSocketPoolBaseHelper::RequestSockets( [all...] |
client_socket_pool_base.h | 240 void RequestSockets(const std::string& group_name, 744 // RequestSockets bundles up the parameters into a Request and then forwards 745 // to ClientSocketPoolBaseHelper::RequestSockets(). Note that it assigns the 747 void RequestSockets(const std::string& group_name, 758 helper_.RequestSockets(group_name, request, num_sockets); [all...] |