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

/external/libchrome/components/timers/
H A Dalarm_timer_chromeos.h124 // A SimpleAlarmTimer only fires once but remembers the task that it was given
127 class SimpleAlarmTimer : public AlarmTimer { class in namespace:timers
129 // Constructs a basic SimpleAlarmTimer. An AlarmTimer constructed this way
131 SimpleAlarmTimer();
133 // Constructs a SimpleAlarmTimer with pre-populated parameters but does not
137 SimpleAlarmTimer(const tracked_objects::Location& posted_from,
141 ~SimpleAlarmTimer() override;
H A Dalarm_timer_chromeos.cc465 SimpleAlarmTimer::SimpleAlarmTimer() : AlarmTimer(true, false) { function in class:timers::SimpleAlarmTimer
468 SimpleAlarmTimer::SimpleAlarmTimer(const tracked_objects::Location& posted_from, function in class:timers::SimpleAlarmTimer
474 SimpleAlarmTimer::~SimpleAlarmTimer() {

Completed in 55 milliseconds