Searched refs:IsHighResolution (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/base/platform/
H A Dtime.cc371 virtual bool IsHighResolution() = 0;
429 bool IsHighResolution() override { return true; }
463 bool IsHighResolution() override { return false; }
520 return high_res_tick_clock.Pointer()->IsHighResolution();
/external/libchrome/base/time/
H A Dtime_mac.cc227 bool TimeTicks::IsHighResolution() { function in class:base::TimeTicks
H A Dtime_posix.cc315 bool TimeTicks::IsHighResolution() { function in class:base::TimeTicks
H A Dtime.h649 // IsHighResolution() returns false, the resolution of the clock could be
658 static bool IsHighResolution();
663 // IsHighResolution() returns false.
H A Dtime_unittest.cc601 // IsHighResolution() is false on some systems. Since the product still works
603 if (!TimeTicks::IsHighResolution())
/external/libweave/third_party/chromium/base/time/
H A Dtime_posix.cc295 bool TimeTicks::IsHighResolution() { function in class:base::TimeTicks
H A Dtime.h623 // IsHighResolution() returns false, the resolution of the clock could be
632 static bool IsHighResolution();
637 // IsHighResolution() returns false.
H A Dtime_unittest.cc379 // IsHighResolution() is false on some systems. Since the product still works
381 if (!TimeTicks::IsHighResolution())

Completed in 209 milliseconds