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.cc386 QUITMESSAGELOOP, enumerator
415 case QUITMESSAGELOOP: os << "QUITMESSAGELOOP"; break; in operator <<()
474 order->RecordStart(QUITMESSAGELOOP, cookie); in QuitFunc()
476 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc()
502 EXPECT_EQ(order.Get(4), TaskItem(QUITMESSAGELOOP, 3, true)); in RunTest_RecursiveDenial1()
503 EXPECT_EQ(order.Get(5), TaskItem(QUITMESSAGELOOP, 3, false)); in RunTest_RecursiveDenial1()
558 EXPECT_EQ(order.Get(10), TaskItem(QUITMESSAGELOOP, 4, true)); in RunTest_RecursiveDenial3()
559 EXPECT_EQ(order.Get(11), TaskItem(QUITMESSAGELOOP, 4, false)); in RunTest_RecursiveDenial3()
586 EXPECT_EQ(order.Get(4), TaskItem(QUITMESSAGELOOP, 3, true)); in RunTest_RecursiveSupport1()
587 EXPECT_EQ(order.Get(5), TaskItem(QUITMESSAGELOOP, 3, false)); in RunTest_RecursiveSupport1()
[all …]
Dmessage_loop_unittest.cc158 QUITMESSAGELOOP, enumerator
188 case QUITMESSAGELOOP: os << "QUITMESSAGELOOP"; break; in operator <<()
270 order->RecordStart(QUITMESSAGELOOP, cookie); in QuitFunc()
272 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc()
354 EXPECT_EQ(order.Get(7), TaskItem(QUITMESSAGELOOP, 5, true)); in RunTest_RecursiveDenial2()
355 EXPECT_EQ(order.Get(8), TaskItem(QUITMESSAGELOOP, 5, false)); in RunTest_RecursiveDenial2()