Searched refs:RepeatingAlarmTimer (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/components/timers/
H A Dalarm_timer_chromeos.h103 // A RepeatingAlarmTimer takes a task and delay and repeatedly runs the task
107 class RepeatingAlarmTimer : public AlarmTimer { class in namespace:timers
109 // Constructs a basic RepeatingAlarmTimer. An AlarmTimer constructed this way
111 RepeatingAlarmTimer();
113 // Constructs a RepeatingAlarmTimer with pre-populated parameters but does not
117 RepeatingAlarmTimer(const tracked_objects::Location& posted_from,
121 ~RepeatingAlarmTimer() override;
H A Dalarm_timer_chromeos.cc452 RepeatingAlarmTimer::RepeatingAlarmTimer() : AlarmTimer(true, true) { function in class:timers::RepeatingAlarmTimer
455 RepeatingAlarmTimer::RepeatingAlarmTimer( function in class:timers::RepeatingAlarmTimer
462 RepeatingAlarmTimer::~RepeatingAlarmTimer() {

Completed in 129 milliseconds