OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dnsreloadtimer
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/base/
dns_reload_timer.cc
30
class
DnsReloadTimer
{
61
friend struct base::DefaultLazyInstanceTraits<
DnsReloadTimer
>;
63
DnsReloadTimer
() {
64
// During testing the
DnsReloadTimer
Singleton may be created and destroyed
70
~
DnsReloadTimer
() {
77
DISALLOW_COPY_AND_ASSIGN(
DnsReloadTimer
);
82
base::ThreadLocalStorage::Slot
DnsReloadTimer
::tls_index_(
85
base::LazyInstance<
DnsReloadTimer
,
86
base::LeakyLazyInstanceTraits<
DnsReloadTimer
> >
94
DnsReloadTimer
* dns_timer = g_dns_reload_timer.Pointer()
[
all
...]
Completed in 62 milliseconds