HomeSort by relevance Sort by last modified time
    Searched defs:OneShotTimer (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
6 // suggest, OneShotTimer calls you back once after a time delay expires.
10 // OneShotTimer and RepeatingTimer both cancel the timer when they go out of
12 // object has gone out of scope. Just instantiate a OneShotTimer or
35 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
179 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
210 class OneShotTimer : public BaseTimerMethodPointer<Receiver, false> {};
  /external/chromium/base/
timer.h 5 // OneShotTimer and RepeatingTimer provide a simple timer API. As the names
6 // suggest, OneShotTimer calls you back once after a time delay expires.
10 // OneShotTimer and RepeatingTimer both cancel the timer when they go out of
12 // object has gone out of scope. Just instantiate a OneShotTimer or
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.
201 class OneShotTimer : public BaseTimer<Receiver, false> {};
266 OneShotTimer<DelayTimer<Receiver> > timer_;

Completed in 40 milliseconds