HomeSort by relevance Sort by last modified time
    Searched refs:TCPSocketParams (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/socket/
tcp_client_socket_pool.h 26 class TCPSocketParams : public base::RefCounted<TCPSocketParams> {
28 TCPSocketParams(const HostPortPair& host_port_pair, RequestPriority priority,
36 TCPSocketParams(const std::string& host, int port, RequestPriority priority,
49 friend class base::RefCounted<TCPSocketParams>;
50 ~TCPSocketParams();
62 DISALLOW_COPY_AND_ASSIGN(TCPSocketParams);
70 const scoped_refptr<TCPSocketParams>& params,
105 scoped_refptr<TCPSocketParams> params_;
174 typedef ClientSocketPoolBase<TCPSocketParams> PoolBase
    [all...]
tcp_client_socket_pool.cc 24 TCPSocketParams::TCPSocketParams(const HostPortPair& host_port_pair,
38 TCPSocketParams::TCPSocketParams(const std::string& host, int port,
51 TCPSocketParams::~TCPSocketParams() {}
53 void TCPSocketParams::Initialize(RequestPriority priority,
66 bool TCPSocketParams::getUID(uid_t *uid) const {
74 void TCPSocketParams::setUID(uid_t uid) {
93 const scoped_refptr<TCPSocketParams>& params
    [all...]

Completed in 36 milliseconds