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

  /external/libchrome/base/time/
time_now_posix.cc 99 bool TimeTicks::IsHighResolution() {
time.h 826 // IsHighResolution() returns false, the resolution of the clock could be
835 static bool IsHighResolution() WARN_UNUSED_RESULT;
    [all...]
time_unittest.cc 849 // IsHighResolution() is false on some systems. Since the product still works
851 if (!TimeTicks::IsHighResolution())
    [all...]
  /external/libchrome/base/metrics/
histogram_base.cc 124 if (TimeTicks::IsHighResolution())
histogram_base_unittest.cc 232 if (!TimeTicks::IsHighResolution())
  /external/v8/src/base/platform/
time.cc 482 // a DCHECK of TimeTicks::IsHighResolution() was removed from here
727 bool TimeTicks::IsHighResolution() {
758 bool TimeTicks::IsHighResolution() {
time.h 394 // IsHighResolution() returns false, the resolution of the clock could be as
400 // This is equivalent to Now() but DCHECKs that IsHighResolution(). Useful for
406 static bool IsHighResolution();

Completed in 3933 milliseconds