Home | History | Annotate | Download | only in timers

Lines Matching refs:Timer

13 #include "base/timer/timer.h"
21 // The class implements a timer that is capable of waking the system up from a
26 // exactly the same way as a regular Timer.
27 class AlarmTimer : public base::Timer {
33 // Sets a hook that will be called when the timer fires and a task has been
38 // Timer overrides.
53 // really should live in a delegated constructor but the way base::Timer's
57 // Will be called by the delegate to indicate that the timer has fired and
64 // Delegate that will manage actually setting the timer.
72 // Tracks whether the timer has the ability to wake the system up from
78 // Pointer to the message loop that started the timer. Used to track the