Home
last modified time | relevance | path

Searched refs:high_resolution_timer_enabled_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/
Dtime_win.cc101 bool Time::high_resolution_timer_enabled_ = false; member in Time
158 if (high_resolution_timer_enabled_ == enable) in EnableHighResolutionTimer()
161 high_resolution_timer_enabled_ = enable; in EnableHighResolutionTimer()
166 if (!high_resolution_timer_enabled_) in ActivateHighResolutionTimer()
Dtime.h408 static bool high_resolution_timer_enabled_; variable
/external/chromium_org/base/time/
Dtime_win.cc101 bool Time::high_resolution_timer_enabled_ = false; member in Time
172 if (high_resolution_timer_enabled_ == enable) in EnableHighResolutionTimer()
175 high_resolution_timer_enabled_ = enable; in EnableHighResolutionTimer()
180 if (!high_resolution_timer_enabled_ && activating) in ActivateHighResolutionTimer()
204 return high_resolution_timer_enabled_ && in IsHighResolutionTimerInUse()
Dtime.h483 static bool high_resolution_timer_enabled_; variable