Home
last modified time | relevance | path

Searched defs:RepeatingTimer (Results 1 – 4 of 4) 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
/external/cronet/base/timer/
Dtimer.cc187 RepeatingTimer::RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function in base::RepeatingTimer
191 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer
196 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer
Dtimer_unittest.cc271 TEST_P(TimerTestWithThreadType, RepeatingTimer) { in TEST_P() argument