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

  /external/chromium_org/base/message_loop/
incoming_task_queue.cc 48 return !high_resolution_timer_expiration_.is_null();
83 if (!high_resolution_timer_expiration_.is_null()) {
85 high_resolution_timer_expiration_ = TimeTicks();
104 if (high_resolution_timer_expiration_.is_null()) {
114 high_resolution_timer_expiration_ = TimeTicks::Now() +
126 if (!high_resolution_timer_expiration_.is_null()) {
127 if (TimeTicks::Now() > high_resolution_timer_expiration_) {
129 high_resolution_timer_expiration_ = TimeTicks();
incoming_task_queue.h 80 TimeTicks high_resolution_timer_expiration_; member in class:base::internal::IncomingTaskQueue
  /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 38 milliseconds