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

/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool.cc464 const scoped_refptr<TransportSocketParams>* casted_params = local
467 NetLogTcpClientSocketPoolRequestedSocket(net_log, casted_params);
469 return base_.RequestSocket(group_name, *casted_params, priority, handle,
475 const scoped_refptr<TransportSocketParams>* casted_params) {
481 &casted_params->get()->destination().host_port_pair()));
490 const scoped_refptr<TransportSocketParams>* casted_params = local
498 &casted_params->get()->destination().host_port_pair()));
501 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
473 NetLogTcpClientSocketPoolRequestedSocket( const BoundNetLog& net_log, const scoped_refptr<TransportSocketParams>* casted_params) argument
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 Dwebsocket_transport_client_socket_pool.cc278 const scoped_refptr<TransportSocketParams>& casted_params = local
281 NetLogTcpClientSocketPoolRequestedSocket(request_net_log, &casted_params);
288 if (ReachedMaxSocketsLimit() && !casted_params->ignore_limits()) {
292 casted_params, priority, handle, callback, request_net_log);
310 casted_params,
H A Dtransport_client_socket_pool.h268 const scoped_refptr<TransportSocketParams>* casted_params);
H A Dssl_client_socket_pool.cc728 const scoped_refptr<SSLSocketParams>* casted_params = local
731 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
H A Dclient_socket_pool_base_unittest.cc524 const scoped_refptr<TestSocketParams>* casted_params = variable
527 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.cc470 const scoped_refptr<HttpProxySocketParams>* casted_params = local
473 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);

Completed in 991 milliseconds