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

  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 470 const scoped_refptr<HttpProxySocketParams>* casted_params = local
473 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
  /external/chromium_org/net/socket/
socks_client_socket_pool.cc 230 const scoped_refptr<SOCKSSocketParams>* casted_params = local
233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
transport_client_socket_pool.cc 464 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);
websocket_transport_client_socket_pool.cc 278 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,
ssl_client_socket_pool.cc 728 const scoped_refptr<SSLSocketParams>* casted_params = local
731 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...]

Completed in 153 milliseconds