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

  /external/chromium/base/
message_loop.cc 484 if (high_resolution_timer_expiration_.is_null()) {
494 high_resolution_timer_expiration_ = TimeTicks::Now() +
504 if (!high_resolution_timer_expiration_.is_null()) {
505 if (TimeTicks::Now() > high_resolution_timer_expiration_) {
507 high_resolution_timer_expiration_ = TimeTicks();
message_loop.h 310 return !high_resolution_timer_expiration_.is_null();
489 base::TimeTicks high_resolution_timer_expiration_; member in class:MessageLoop

Completed in 168 milliseconds