/external/chromium_org/net/socket/ |
transport_client_socket_pool.cc | 439 const scoped_refptr<TransportSocketParams>* casted_params = local 447 &casted_params->get()->destination().host_port_pair())); 450 return base_.RequestSocket(group_name, *casted_params, priority, handle, 459 const scoped_refptr<TransportSocketParams>* casted_params = local 467 &casted_params->get()->destination().host_port_pair())); 470 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
socks_client_socket_pool.cc | 230 const scoped_refptr<SOCKSSocketParams>* casted_params = local 233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
ssl_client_socket_pool.cc | 589 const scoped_refptr<SSLSocketParams>* casted_params = local 592 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|
client_socket_pool_base_unittest.cc | 524 const scoped_refptr<TestSocketParams>* casted_params = variable 527 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); [all...] |
/external/chromium_org/net/http/ |
http_proxy_client_socket_pool.cc | 460 const scoped_refptr<HttpProxySocketParams>* casted_params = local 463 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
|