Home | History | Annotate | Download | only in socket

Lines Matching refs:TransportSocketParams

26 class TransportSocketParams : public base::RefCounted<TransportSocketParams> {
28 TransportSocketParams(const HostPortPair& host_port_pair,
43 friend class base::RefCounted<TransportSocketParams>;
44 ~TransportSocketParams();
56 DISALLOW_COPY_AND_ASSIGN(TransportSocketParams);
70 const scoped_refptr<TransportSocketParams>& params,
118 scoped_refptr<TransportSocketParams> params_;
195 typedef ClientSocketPoolBase<TransportSocketParams> PoolBase;
232 TransportSocketParams);