OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timer_ptr
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/base/
dns_reload_timer.cc
37
base::TimeTicks*
timer_ptr
=
local
40
if (!
timer_ptr
) {
41
timer_ptr
= new base::TimeTicks();
42
*
timer_ptr
= base::TimeTicks::Now();
43
tls_index_.Set(
timer_ptr
);
46
} else if (now - *
timer_ptr
> kRetryTime) {
47
*
timer_ptr
= now;
Completed in 84 milliseconds