Home
last modified time | relevance | path

Searched refs:QUITMESSAGELOOP (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_test.cc441 QUITMESSAGELOOP, enumerator
470 case QUITMESSAGELOOP: os << "QUITMESSAGELOOP"; break; in operator <<()
529 order->RecordStart(QUITMESSAGELOOP, cookie); in QuitFunc()
531 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc()
554 EXPECT_EQ(order.Get(4), TaskItem(QUITMESSAGELOOP, 3, true)); in RunTest_RecursiveDenial1()
555 EXPECT_EQ(order.Get(5), TaskItem(QUITMESSAGELOOP, 3, false)); in RunTest_RecursiveDenial1()
606 EXPECT_EQ(order.Get(10), TaskItem(QUITMESSAGELOOP, 4, true)); in RunTest_RecursiveDenial3()
607 EXPECT_EQ(order.Get(11), TaskItem(QUITMESSAGELOOP, 4, false)); in RunTest_RecursiveDenial3()
634 EXPECT_EQ(order.Get(4), TaskItem(QUITMESSAGELOOP, 3, true)); in RunTest_RecursiveSupport1()
635 EXPECT_EQ(order.Get(5), TaskItem(QUITMESSAGELOOP, 3, false)); in RunTest_RecursiveSupport1()
[all …]
Dmessage_loop_unittest.cc159 QUITMESSAGELOOP, enumerator
189 case QUITMESSAGELOOP: os << "QUITMESSAGELOOP"; break; in operator <<()
271 order->RecordStart(QUITMESSAGELOOP, cookie); in QuitFunc()
273 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc()
355 EXPECT_EQ(order.Get(7), TaskItem(QUITMESSAGELOOP, 5, true)); in RunTest_RecursiveDenial2()
356 EXPECT_EQ(order.Get(8), TaskItem(QUITMESSAGELOOP, 5, false)); in RunTest_RecursiveDenial2()