Searched refs:TCPSocketParams (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/socket/
H A Dtcp_client_socket_pool.h26 class TCPSocketParams : public base::RefCounted<TCPSocketParams> { class in namespace:net
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> PoolBas
[all...]
H A Dtcp_client_socket_pool.cc24 TCPSocketParams::TCPSocketParams(const HostPortPair& host_port_pair, function in class:net::TCPSocketParams
38 TCPSocketParams::TCPSocketParams(const std::string& host, int port, function in class:net::TCPSocketParams
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>
[all...]

Completed in 131 milliseconds