OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RequestSockets
(Results
1 - 9
of
9
) sorted by null
/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
236
void ClientSocketPoolBaseHelper::
RequestSockets
(
[
all
...]
client_socket_pool_base.h
237
void
RequestSockets
(const std::string& group_name,
661
//
RequestSockets
bundles up the parameters into a Request and then forwards
662
// to ClientSocketPoolBaseHelper::
RequestSockets
(). Note that it assigns the
664
void
RequestSockets
(const std::string& group_name,
683
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
...]
Completed in 1857 milliseconds