Searched refs:casted_params (Results 1 - 11 of 11) 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_org/net/socket/
H A Dtransport_client_socket_pool.cc439 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);
H A Dsocks_client_socket_pool.cc230 const scoped_refptr<SOCKSSocketParams>* casted_params = local
233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dssl_client_socket_pool.cc589 const scoped_refptr<SSLSocketParams>* casted_params = local
592 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dclient_socket_pool_base_unittest.cc502 const scoped_refptr<TestSocketParams>* casted_params = variable
505 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);
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.cc453 const scoped_refptr<HttpProxySocketParams>* casted_params = local
456 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);

Completed in 122 milliseconds