Home
last modified time | relevance | path

Searched refs:is_repeating (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/timer/
Dtimer.cc62 Timer::Timer(bool retain_user_task, bool is_repeating) in Timer() argument
63 : Timer(retain_user_task, is_repeating, nullptr) {} in Timer()
66 bool is_repeating, in Timer() argument
69 is_repeating_(is_repeating), in Timer()
83 bool is_repeating) in Timer() argument
84 : Timer(posted_from, delay, user_task, is_repeating, nullptr) {} in Timer()
89 bool is_repeating, in Timer() argument
95 is_repeating_(is_repeating), in Timer()
Dtimer.h91 Timer(bool retain_user_task, bool is_repeating);
92 Timer(bool retain_user_task, bool is_repeating, const TickClock* tick_clock);
99 bool is_repeating);
103 bool is_repeating,