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

  /external/chromium_org/base/time/
time_win.cc 102 int Time::high_resolution_timer_activated_ = 0; member in class:Time
189 high_resolution_timer_activated_++;
192 high_resolution_timer_activated_--;
199 // Note: we should track the high_resolution_timer_activated_ value
205 high_resolution_timer_activated_ > 0;
time.h 498 static int high_resolution_timer_activated_; member in class:base::Time

Completed in 40 milliseconds