Lines Matching refs:MessageLoop
37 const MessageLoop::Type testing_message_loops[] = {
38 MessageLoop::TYPE_DEFAULT, MessageLoop::TYPE_IO,
40 MessageLoop::TYPE_UI,
202 void RunTest_OneShotTimers(MessageLoop::Type message_loop_type) { in RunTest_OneShotTimers()
203 MessageLoop loop(message_loop_type); in RunTest_OneShotTimers()
218 void RunTest_OneShotTimers_Cancel(MessageLoop::Type message_loop_type) { in RunTest_OneShotTimers_Cancel()
219 MessageLoop loop(message_loop_type); in RunTest_OneShotTimers_Cancel()
239 void RunTest_OneShotSelfDeletingTimer(MessageLoop::Type message_loop_type) { in RunTest_OneShotSelfDeletingTimer()
240 MessageLoop loop(message_loop_type); in RunTest_OneShotSelfDeletingTimer()
247 void RunTest_RepeatingTimer(MessageLoop::Type message_loop_type, in RunTest_RepeatingTimer()
249 MessageLoop loop(message_loop_type); in RunTest_RepeatingTimer()
256 void RunTest_RepeatingTimer_Cancel(MessageLoop::Type message_loop_type, in RunTest_RepeatingTimer_Cancel()
258 MessageLoop loop(message_loop_type); in RunTest_RepeatingTimer_Cancel()
293 void RunTest_DelayTimer_NoCall(MessageLoop::Type message_loop_type) { in RunTest_DelayTimer_NoCall()
294 MessageLoop loop(message_loop_type); in RunTest_DelayTimer_NoCall()
308 void RunTest_DelayTimer_OneCall(MessageLoop::Type message_loop_type) { in RunTest_DelayTimer_OneCall()
309 MessageLoop loop(message_loop_type); in RunTest_DelayTimer_OneCall()
337 void RunTest_DelayTimer_Reset(MessageLoop::Type message_loop_type) { in RunTest_DelayTimer_Reset()
338 MessageLoop loop(message_loop_type); in RunTest_DelayTimer_Reset()
368 void RunTest_DelayTimer_Deleted(MessageLoop::Type message_loop_type) { in RunTest_DelayTimer_Deleted()
369 MessageLoop loop(message_loop_type); in RunTest_DelayTimer_Deleted()
413 MessageLoop loop; in TEST()
438 MessageLoop message_loop; in TEST()
479 MessageLoop message_loop; in TEST()
519 MessageLoop message_loop; in TEST()
547 MessageLoop loop; in TEST()
590 MessageLoop loop; in TEST()
605 MessageLoop loop; in TEST()
617 MessageLoop loop; in TEST()
632 MessageLoop loop; in TEST()
642 MessageLoop loop; in TEST()
655 MessageLoop loop; in TEST()
694 MessageLoop loop; in TEST()
710 MessageLoop loop; in TEST()