HomeSort by relevance Sort by last modified time
    Searched defs:TransportSocketParams (Results 1 - 2 of 2) 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...]

Completed in 361 milliseconds