OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DnsSession
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/dns/
dns_session.h
35
// DnsClient. A
DnsSession
must be recreated when DnsConfig changes.
36
class NET_EXPORT_PRIVATE
DnsSession
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
);
dns_session.cc
37
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,
99
DnsSession
::~DnsSession()
[
all
...]
Completed in 30 milliseconds