Searched refs:IsHighResolutionTimerEnabledForTesting (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dincoming_task_queue.h43 bool IsHighResolutionTimerEnabledForTesting();
H A Dincoming_task_queue.cc31 bool IncomingTaskQueue::IsHighResolutionTimerEnabledForTesting() { function in class:base::internal::IncomingTaskQueue
H A Dmessage_loop.cc364 bool MessageLoop::IsHighResolutionTimerEnabledForTesting() { function in class:base::MessageLoop
365 return incoming_task_queue_->IsHighResolutionTimerEnabledForTesting();
H A Dmessage_loop_unittest.cc733 EXPECT_FALSE(loop.IsHighResolutionTimerEnabledForTesting());
739 EXPECT_TRUE(loop.IsHighResolutionTimerEnabledForTesting());
746 EXPECT_TRUE(loop.IsHighResolutionTimerEnabledForTesting());
756 EXPECT_FALSE(loop.IsHighResolutionTimerEnabledForTesting());
H A Dmessage_loop.h386 bool IsHighResolutionTimerEnabledForTesting();

Completed in 228 milliseconds