Home | History | Annotate | Download | only in platform

Lines Matching defs:now

54   TimeTicks now = TimeTicks::Now();
55 TimeTicks end = now + rel_time;
58 if (now >= end) {
63 ts = (end - now).ToMachTimespec();
69 now = TimeTicks::Now();
166 TimeTicks now = TimeTicks::Now();
167 TimeTicks end = now + rel_time;
169 int64_t msec = (end - now).InMilliseconds();
176 now = TimeTicks::Now();