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

  /external/chromium/net/socket/
transport_client_socket_pool.cc 60 TransportSocketParams::TransportSocketParams(
74 TransportSocketParams::~TransportSocketParams() {}
76 void TransportSocketParams::Initialize(RequestPriority priority,
89 bool TransportSocketParams::getUID(uid_t *uid) const {
97 void TransportSocketParams::setUID(uid_t uid) {
116 const scoped_refptr<TransportSocketParams>& params,
447 const scoped_refptr<TransportSocketParams>* casted_params =
448 static_cast<const scoped_refptr<TransportSocketParams>*>(params)
    [all...]
transport_client_socket_pool.h 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);
    [all...]
  /external/chromium_org/net/socket/
transport_client_socket_pool.cc 49 TransportSocketParams::TransportSocketParams(
61 TransportSocketParams::~TransportSocketParams() {}
63 void TransportSocketParams::Initialize(RequestPriority priority,
83 const scoped_refptr<TransportSocketParams>& params,
380 const scoped_refptr<TransportSocketParams>* casted_params =
381 static_cast<const scoped_refptr<TransportSocketParams>*>(params);
400 const scoped_refptr<TransportSocketParams>* casted_params =
401 static_cast<const scoped_refptr<TransportSocketParams>*>(params)
    [all...]
transport_client_socket_pool.h 29 class NET_EXPORT_PRIVATE TransportSocketParams
30 : public base::RefCounted<TransportSocketParams> {
35 TransportSocketParams(
49 friend class base::RefCounted<TransportSocketParams>;
50 ~TransportSocketParams();
58 DISALLOW_COPY_AND_ASSIGN(TransportSocketParams);
72 const scoped_refptr<TransportSocketParams>& params,
117 scoped_refptr<TransportSocketParams> params_;
180 typedef ClientSocketPoolBase<TransportSocketParams> PoolBase;
217 TransportSocketParams);
    [all...]

Completed in 57 milliseconds