OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 152 milliseconds