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

  /external/chromium_org/cc/debug/
lap_timer.h 41 bool HasTimedAllLaps();
lap_timer.cc 67 bool LapTimer::HasTimedAllLaps() { return !(num_laps_ % check_interval_); }
70 DCHECK(HasTimedAllLaps());
75 DCHECK(HasTimedAllLaps());

Completed in 326 milliseconds