Home
last modified time | relevance | path

Searched refs:GetCurrentDelay (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc408 if (base::Timer::GetCurrentDelay() > base::TimeDelta::FromMicroseconds(0)) { in Reset()
410 base::Timer::GetCurrentDelay()); in Reset()
423 delegate_->Reset(base::Timer::GetCurrentDelay()); in Reset()
/external/libchrome/base/timer/
Dmock_timer.h23 base::TimeDelta GetCurrentDelay() const override;
Dmock_timer.cc30 base::TimeDelta MockTimer::GetCurrentDelay() const { in GetCurrentDelay() function in base::MockTimer
Dmock_timer_unittest.cc23 EXPECT_EQ(delay, timer.GetCurrentDelay()); in TEST()
Dtimer.h89 virtual TimeDelta GetCurrentDelay() const;
Dtimer.cc92 TimeDelta Timer::GetCurrentDelay() const { in GetCurrentDelay() function in base::Timer