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

  /external/libchrome/base/timer/
mock_timer.h 23 base::TimeDelta GetCurrentDelay() const override;
mock_timer.cc 30 base::TimeDelta MockTimer::GetCurrentDelay() const {
mock_timer_unittest.cc 23 EXPECT_EQ(delay, timer.GetCurrentDelay());
timer.h 89 virtual TimeDelta GetCurrentDelay() const;
timer.cc 92 TimeDelta Timer::GetCurrentDelay() const {
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 400 if (base::Timer::GetCurrentDelay() > base::TimeDelta::FromMicroseconds(0)) {
402 base::Timer::GetCurrentDelay());
415 delegate_->Reset(base::Timer::GetCurrentDelay());

Completed in 3652 milliseconds