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

  /external/libchrome/base/time/
time_override.cc 12 bool ScopedTimeClockOverrides::overrides_active_ = false;
15 ScopedTimeClockOverrides::ScopedTimeClockOverrides(
33 ScopedTimeClockOverrides::~ScopedTimeClockOverrides() {
time_override.h 26 class BASE_EXPORT ScopedTimeClockOverrides {
29 ScopedTimeClockOverrides(TimeNowFunction time_override,
34 ~ScopedTimeClockOverrides();
41 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedTimeClockOverrides);
59 // the Now() methods and ScopedTimeClockOverrides. They are set to point to the
64 // functions by ScopedTimeClockOverrides.

Completed in 472 milliseconds