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

  /external/chromium_org/base/message_loop/
incoming_task_queue.h 49 bool IsHighResolutionTimerEnabledForTesting();
incoming_task_queue.cc 46 bool IncomingTaskQueue::IsHighResolutionTimerEnabledForTesting() {
message_loop.cc 379 bool MessageLoop::IsHighResolutionTimerEnabledForTesting() {
380 return incoming_task_queue_->IsHighResolutionTimerEnabledForTesting();
message_loop.h 393 bool IsHighResolutionTimerEnabledForTesting();
message_loop_unittest.cc     [all...]

Completed in 3135 milliseconds