OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_start_time_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
top_sites.h
330
base::TimeTicks
timer_start_time_
;
member in class:history::TopSites
top_sites.cc
912
if (timer_.IsRunning() && ((
timer_start_time_
+ timer_.GetCurrentDelay()) <
917
timer_start_time_
= base::TimeTicks::Now();
[
all
...]
/external/chromium_org/chrome/browser/history/
top_sites_impl.h
247
base::TimeTicks
timer_start_time_
;
member in class:history::TopSitesImpl
top_sites_impl.cc
904
if (timer_.IsRunning() && ((
timer_start_time_
+ timer_.GetCurrentDelay()) <
909
timer_start_time_
= base::TimeTicks::Now();
[
all
...]
Completed in 73 milliseconds