Searched defs:OneShotTimer (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dtimer.h5 // 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> {}; class in namespace:base
266 OneShotTimer<DelayTimer<Receiver> > timer_;
/external/chromium_org/base/timer/
H A Dtimer.h5 // 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> {}; class in namespace:base

Completed in 111 milliseconds