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

/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
180 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
211 class OneShotTimer : public BaseTimerMethodPointer<Receiver, false> {}; class in namespace:base

Completed in 76 milliseconds