HomeSort by relevance Sort by last modified time
    Searched refs:OneShotTimer (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/files/
important_file_writer.h 125 OneShotTimer timer_;
  /external/libchrome/base/power_monitor/
power_monitor_device_source.h 106 base::OneShotTimer delayed_battery_check_;
  /external/libchrome/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
201 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
231 class OneShotTimer : public BaseTimerMethodPointer {
233 OneShotTimer() : BaseTimerMethodPointer(ONE_SHOT) {}
timer_unittest.cc 62 base::OneShotTimer timer_;
70 : did_run_(did_run), timer_(new base::OneShotTimer()) {}
85 std::unique_ptr<base::OneShotTimer> timer_;
266 base::OneShotTimer timers[20];
310 TEST(TimerTest, OneShotTimer) {

Completed in 190 milliseconds