Searched refs:casted_params (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/socket/
H A Dtcp_client_socket_pool.cc269 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);
H A Dtransport_client_socket_pool.cc447 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);
H A Dsocks_client_socket_pool.cc256 const scoped_refptr<SOCKSSocketParams>* casted_params = local
259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dssl_client_socket_pool.cc565 const scoped_refptr<SSLSocketParams>* casted_params = local
568 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dclient_socket_pool_base_unittest.cc405 const scoped_refptr<TestSocketParams>* casted_params = local
408 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
/external/chromium/net/http/
H A Dhttp_proxy_client_socket_pool.cc460 const scoped_refptr<HttpProxySocketParams>* casted_params = local
463 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);

Completed in 87 milliseconds