Searched defs:DnsSession (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_session.h35 // DnsClient. A DnsSession must be recreated when DnsConfig changes.
36 class NET_EXPORT_PRIVATE DnsSession class in namespace:net
37 : NON_EXPORTED_BASE(public base::RefCounted<DnsSession>) {
43 SocketLease(scoped_refptr<DnsSession> session,
53 scoped_refptr<DnsSession> session_;
60 DnsSession(const DnsConfig& config,
110 friend class base::RefCounted<DnsSession>;
111 ~DnsSession();
142 DISALLOW_COPY_AND_ASSIGN(DnsSession);
H A Ddns_session.cc37 struct DnsSession::ServerStats {
65 base::LazyInstance<DnsSession::RttBuckets>::Leaky DnsSession::rtt_buckets_ =
68 DnsSession::RttBuckets::RttBuckets() : base::BucketRanges(kRTTBucketCount + 1) {
72 DnsSession::SocketLease::SocketLease(scoped_refptr<DnsSession> session,
77 DnsSession::SocketLease::~SocketLease() {
81 DnsSession::DnsSession(const DnsConfig& config, function in class:net::DnsSession
99 DnsSession
[all...]

Completed in 119 milliseconds