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

  /external/chromium/net/socket/
tcp_client_socket_pool.cc 269 const scoped_refptr<TCPSocketParams>* casted_params = local
278 casted_params->get()->destination().host_port_pair().ToString())));
281 return base_.RequestSocket(group_name, *casted_params, priority, handle,
290 const scoped_refptr<TCPSocketParams>* casted_params = local
299 casted_params->get()->destination().host_port_pair().ToString())));
302 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
transport_client_socket_pool.cc 447 const scoped_refptr<TransportSocketParams>* casted_params = local
456 casted_params->get()->destination().host_port_pair().ToString())));
459 return base_.RequestSocket(group_name, *casted_params, priority, handle,
468 const scoped_refptr<TransportSocketParams>* casted_params = local
477 casted_params->get()->destination().host_port_pair().ToString())));
480 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
socks_client_socket_pool.cc 256 const scoped_refptr<SOCKSSocketParams>* casted_params = local
259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
ssl_client_socket_pool.cc 565 const scoped_refptr<SSLSocketParams>* casted_params = local
568 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
client_socket_pool_base_unittest.cc 405 const scoped_refptr<TestSocketParams>* casted_params = local
408 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
    [all...]
  /external/chromium/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);

Completed in 268 milliseconds