HomeSort by relevance Sort by last modified time
    Searched defs:RepeatingTimer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/timer/
timer.h 5 // OneShotTimer and RepeatingTimer provide a simple timer API. As the names
7 // RepeatingTimer on the other hand calls you back periodically with the
10 // OneShotTimer and RepeatingTimer both cancel the timer when they go out of
13 // RepeatingTimer as a member variable of the class for which you wish to
16 // Sample RepeatingTimer usage:
32 // base::RepeatingTimer<MyClass> timer_;
35 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
181 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
217 class RepeatingTimer : public BaseTimerMethodPointer<Receiver, true> {};
  /external/chromium/base/
timer.h 5 // OneShotTimer and RepeatingTimer provide a simple timer API. As the names
7 // RepeatingTimer on the other hand calls you back periodically with the
10 // OneShotTimer and RepeatingTimer both cancel the timer when they go out of
13 // RepeatingTimer as a member variable of the class for which you wish to
16 // Sample RepeatingTimer usage:
31 // base::RepeatingTimer<MyClass> timer_;
34 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
60 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
110 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
206 class RepeatingTimer : public BaseTimer<Receiver, true> {}
    [all...]

Completed in 56 milliseconds