Home | History | Annotate | Download | only in timers

Lines Matching defs:base

8 #include "base/callback.h"
9 #include "base/macros.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/memory/weak_ptr.h"
12 #include "base/time/time.h"
13 #include "base/timer/timer.h"
15 namespace base {
27 class AlarmTimer : public base::Timer {
36 void SetTimerFiredCallbackForTest(base::Closure test_callback);
47 base::TimeDelta delay,
48 const base::Closure& user_task,
53 // really should live in a delegated constructor but the way base::Timer's
70 scoped_ptr<base::PendingTask> pending_task_;
80 base::MessageLoop* origin_message_loop_;
87 base::WeakPtrFactory<AlarmTimer> weak_factory_;
118 base::TimeDelta delay,
119 const base::Closure& user_task);
138 base::TimeDelta delay,
139 const base::Closure& user_task);