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

/external/libchrome/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
221 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
251 class OneShotTimer : public BaseTimerMethodPointer { class in namespace:base
253 OneShotTimer() : OneShotTimer(nullptr) {} function in class:base::OneShotTimer
254 explicit OneShotTimer(TickCloc function in class:base::OneShotTimer
[all...]

Completed in 110 milliseconds