Searched defs:OneShotTimer (Results 1 - 1 of 1) 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_;

Completed in 419 milliseconds