Home
last modified time | relevance | path

Searched refs:tick_phase (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/time/
Dtime.cc369 TimeTicks TimeTicks::SnappedToNextTick(TimeTicks tick_phase, in SnappedToNextTick() argument
373 TimeDelta interval_offset = (tick_phase - *this) % tick_interval; in SnappedToNextTick()
377 if (!interval_offset.is_zero() && tick_phase < *this) in SnappedToNextTick()
Dtime.h882 TimeTicks SnappedToNextTick(TimeTicks tick_phase,