Lines Matching full:time
9 #include "base/time/time.h"
15 // time.
17 // See DefaultClock (base/time/default_clock.h) for the default
18 // implementation that simply uses Time::Now().
20 // (An implementation that uses Time::SystemTime() should be added as
26 // See TickClock (base/time/tick_clock.h) for the equivalent interface for
33 // make any ordering assumptions about the returned Time. For
34 // example, the system clock may change to an earlier time.
35 virtual Time Now() = 0;