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

  /external/chromium_org/base/time/
time_win.cc 101 bool Time::high_resolution_timer_enabled_ = false; member in class:Time
172 if (high_resolution_timer_enabled_ == enable)
175 high_resolution_timer_enabled_ = enable;
180 if (!high_resolution_timer_enabled_ && activating)
204 return high_resolution_timer_enabled_ &&
time.h 495 static bool high_resolution_timer_enabled_; member in class:base::Time

Completed in 41 milliseconds