OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
408
if (base::Timer::
GetCurrentDelay
() > base::TimeDelta::FromMicroseconds(0)) {
410
base::Timer::
GetCurrentDelay
());
423
delegate_->Reset(base::Timer::
GetCurrentDelay
());
Completed in 107 milliseconds