Home | History | Annotate | Download | only in timers

Lines Matching refs:Timer

15 #include "base/timer/timer.h"
23 // The class implements a timer that is capable of waking the system up from a
28 // exactly the same way as a regular Timer.
29 class AlarmTimer : public base::Timer {
35 // Sets a hook that will be called when the timer fires and a task has been
40 // Timer overrides.
55 // really should live in a delegated constructor but the way base::Timer's
59 // Will be called by the delegate to indicate that the timer has fired and
66 // Delegate that will manage actually setting the timer.
74 // Tracks whether the timer has the ability to wake the system up from
80 // Pointer to the message loop that started the timer. Used to track the