Home
last modified time | relevance | path

Searched defs:RepeatingTimer (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/timer/
Dtimer.h254 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function
255 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function
258 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
262 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
Dtimer_unittest.cc448 TEST(TimerTest, RepeatingTimer) { in TEST() argument