Searched defs:RepeatingTimer (Results 1 – 4 of 4) sorted by relevance
254 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function255 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function258 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function262 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
448 TEST(TimerTest, RepeatingTimer) { in TEST() argument
187 RepeatingTimer::RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function in base::RepeatingTimer191 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer196 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer
271 TEST_P(TimerTestWithThreadType, RepeatingTimer) { in TEST_P() argument