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

  /external/libchrome/base/task_scheduler/
service_thread.h 52 base::RepeatingTimer heartbeat_latency_timer_;
  /external/libchrome/base/timer/
hi_res_timer_manager.h 40 base::RepeatingTimer timer_;
timer.h 5 // OneShotTimer and RepeatingTimer provide a simple timer API. As the names
7 // RepeatingTimer on the other hand calls you back periodically with the
10 // OneShotTimer and RepeatingTimer both cancel the timer when they go out of
13 // RepeatingTimer as a member variable of the class for which you wish to
16 // Sample RepeatingTimer usage:
32 // base::RepeatingTimer timer_;
35 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
252 class RepeatingTimer : public Timer {
254 RepeatingTimer() : RepeatingTimer(nullptr) {
    [all...]
mock_timer.h 38 class MockRepeatingTimer : public RepeatingTimer {
mock_timer.cc 46 : RepeatingTimer(&clock_),
48 RepeatingTimer::SetTaskRunner(test_task_runner_);
timer_unittest.cc 186 RepeatingTimer timer_;
448 TEST(TimerTest, RepeatingTimer) {
483 RepeatingTimer timer(task_runner->GetMockTickClock());
  /external/libchrome/ipc/
ipc_cpu_perftest.cc 202 base::RepeatingTimer timer_;
387 base::RepeatingTimer timer_;

Completed in 2290 milliseconds