TransportSocketParams   32 net/http/http_proxy_client_socket_pool.cc     const scoped_refptr<TransportSocketParams>& transport_params,
TransportSocketParams   36 net/http/http_proxy_client_socket_pool.h class TransportSocketParams;
TransportSocketParams   46 net/http/http_proxy_client_socket_pool.h       const scoped_refptr<TransportSocketParams>& transport_params,
TransportSocketParams   56 net/http/http_proxy_client_socket_pool.h   const scoped_refptr<TransportSocketParams>& transport_params() const {
TransportSocketParams   80 net/http/http_proxy_client_socket_pool.h   const scoped_refptr<TransportSocketParams> transport_params_;
TransportSocketParams  116 net/http/http_proxy_client_socket_pool_unittest.cc   scoped_refptr<TransportSocketParams> CreateHttpProxyParams() const {
TransportSocketParams  119 net/http/http_proxy_client_socket_pool_unittest.cc     return new TransportSocketParams(HostPortPair(kHttpProxyHost, 80),
TransportSocketParams  129 net/http/http_proxy_client_socket_pool_unittest.cc         new TransportSocketParams(
TransportSocketParams   87 net/socket/client_socket_pool_manager.cc   scoped_refptr<TransportSocketParams> tcp_params;
TransportSocketParams  159 net/socket/client_socket_pool_manager.cc     tcp_params = new TransportSocketParams(origin_host_port,
TransportSocketParams  166 net/socket/client_socket_pool_manager.cc     scoped_refptr<TransportSocketParams> proxy_tcp_params(
TransportSocketParams  167 net/socket/client_socket_pool_manager.cc         new TransportSocketParams(*proxy_host_port,
TransportSocketParams   60 net/socket/deterministic_socket_data_unittest.cc   scoped_refptr<TransportSocketParams> tcp_params_;
TransportSocketParams   74 net/socket/deterministic_socket_data_unittest.cc       tcp_params_(new TransportSocketParams(endpoint_,
TransportSocketParams   22 net/socket/socks_client_socket_pool.cc     const scoped_refptr<TransportSocketParams>& proxy_server,
TransportSocketParams   25 net/socket/socks_client_socket_pool.h class TransportSocketParams;
TransportSocketParams   30 net/socket/socks_client_socket_pool.h   SOCKSSocketParams(const scoped_refptr<TransportSocketParams>& proxy_server,
TransportSocketParams   33 net/socket/socks_client_socket_pool.h   const scoped_refptr<TransportSocketParams>& transport_params() const {
TransportSocketParams   45 net/socket/socks_client_socket_pool.h   const scoped_refptr<TransportSocketParams> transport_params_;
TransportSocketParams   45 net/socket/socks_client_socket_pool_unittest.cc scoped_refptr<TransportSocketParams> CreateProxyHostParams() {
TransportSocketParams   46 net/socket/socks_client_socket_pool_unittest.cc   return new TransportSocketParams(
TransportSocketParams   29 net/socket/ssl_client_socket_pool.cc     const scoped_refptr<TransportSocketParams>& direct_params,
TransportSocketParams   79 net/socket/ssl_client_socket_pool.cc const scoped_refptr<TransportSocketParams>&
TransportSocketParams  225 net/socket/ssl_client_socket_pool.cc   scoped_refptr<TransportSocketParams> direct_params =
TransportSocketParams   36 net/socket/ssl_client_socket_pool.h class TransportSocketParams;
TransportSocketParams   46 net/socket/ssl_client_socket_pool.h       const scoped_refptr<TransportSocketParams>& direct_params,
TransportSocketParams   60 net/socket/ssl_client_socket_pool.h   const scoped_refptr<TransportSocketParams>&
TransportSocketParams   83 net/socket/ssl_client_socket_pool.h   const scoped_refptr<TransportSocketParams> direct_params_;
TransportSocketParams   87 net/socket/ssl_client_socket_pool_unittest.cc             new TransportSocketParams(HostPortPair("host", 443),
TransportSocketParams   97 net/socket/ssl_client_socket_pool_unittest.cc             new TransportSocketParams(HostPortPair("proxy", 443),
TransportSocketParams  207 net/socket/ssl_client_socket_pool_unittest.cc   scoped_refptr<TransportSocketParams> direct_transport_socket_params_;
TransportSocketParams  211 net/socket/ssl_client_socket_pool_unittest.cc   scoped_refptr<TransportSocketParams> proxy_transport_socket_params_;
TransportSocketParams   59 net/socket/transport_client_socket_pool.cc TransportSocketParams::TransportSocketParams(
TransportSocketParams   71 net/socket/transport_client_socket_pool.cc TransportSocketParams::~TransportSocketParams() {}
TransportSocketParams   87 net/socket/transport_client_socket_pool.cc     const scoped_refptr<TransportSocketParams>& params,
TransportSocketParams  439 net/socket/transport_client_socket_pool.cc   const scoped_refptr<TransportSocketParams>* casted_params =
TransportSocketParams  440 net/socket/transport_client_socket_pool.cc       static_cast<const scoped_refptr<TransportSocketParams>*>(params);
TransportSocketParams  459 net/socket/transport_client_socket_pool.cc   const scoped_refptr<TransportSocketParams>* casted_params =
TransportSocketParams  460 net/socket/transport_client_socket_pool.cc       static_cast<const scoped_refptr<TransportSocketParams>*>(params);
TransportSocketParams   29 net/socket/transport_client_socket_pool.h class NET_EXPORT_PRIVATE TransportSocketParams
TransportSocketParams   30 net/socket/transport_client_socket_pool.h     : public base::RefCounted<TransportSocketParams> {
TransportSocketParams   35 net/socket/transport_client_socket_pool.h   TransportSocketParams(
TransportSocketParams   48 net/socket/transport_client_socket_pool.h   friend class base::RefCounted<TransportSocketParams>;
TransportSocketParams   49 net/socket/transport_client_socket_pool.h   ~TransportSocketParams();
TransportSocketParams   55 net/socket/transport_client_socket_pool.h   DISALLOW_COPY_AND_ASSIGN(TransportSocketParams);
TransportSocketParams   70 net/socket/transport_client_socket_pool.h                       const scoped_refptr<TransportSocketParams>& params,
TransportSocketParams  121 net/socket/transport_client_socket_pool.h   scoped_refptr<TransportSocketParams> params_;
TransportSocketParams  142 net/socket/transport_client_socket_pool.h   typedef TransportSocketParams SocketParams;
TransportSocketParams  191 net/socket/transport_client_socket_pool.h   typedef ClientSocketPoolBase<TransportSocketParams> PoolBase;
TransportSocketParams  450 net/socket/transport_client_socket_pool_unittest.cc             new TransportSocketParams(HostPortPair("www.google.com", 80),
TransportSocketParams  470 net/socket/transport_client_socket_pool_unittest.cc     scoped_refptr<TransportSocketParams> params(new TransportSocketParams(
TransportSocketParams  494 net/socket/transport_client_socket_pool_unittest.cc   scoped_refptr<TransportSocketParams> params_;
TransportSocketParams  609 net/socket/transport_client_socket_pool_unittest.cc   scoped_refptr<TransportSocketParams> dest(new TransportSocketParams(
TransportSocketParams  884 net/socket/transport_client_socket_pool_unittest.cc       scoped_refptr<TransportSocketParams> dest(new TransportSocketParams(
TransportSocketParams  904 net/socket/transport_client_socket_pool_unittest.cc   scoped_refptr<TransportSocketParams> dest(new TransportSocketParams(
TransportSocketParams 2731 net/spdy/spdy_session_unittest.cc   scoped_refptr<TransportSocketParams> params2(
TransportSocketParams 2732 net/spdy/spdy_session_unittest.cc       new TransportSocketParams(host_port2, false, false,
TransportSocketParams 2810 net/spdy/spdy_session_unittest.cc   scoped_refptr<TransportSocketParams> params3(
TransportSocketParams 2811 net/spdy/spdy_session_unittest.cc       new TransportSocketParams(host_port3, false, false,
TransportSocketParams 2899 net/spdy/spdy_session_unittest.cc   scoped_refptr<TransportSocketParams> params2(
TransportSocketParams 2900 net/spdy/spdy_session_unittest.cc       new TransportSocketParams(host_port2, false, false,
TransportSocketParams  500 net/spdy/spdy_test_util_common.cc   scoped_refptr<TransportSocketParams> transport_params(
TransportSocketParams  501 net/spdy/spdy_test_util_common.cc       new TransportSocketParams(