Searched refs:ENDDIALOG (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 123 ENDDIALOG, enumerator 153 case ENDDIALOG: os << "ENDDIALOG"; break; in operator <<() 469 order->RecordStart(ENDDIALOG, cookie); in EndDialogFunc() 475 order->RecordEnd(ENDDIALOG, cookie); in EndDialogFunc() 551 EXPECT_EQ(order.Get(6), TaskItem(ENDDIALOG, 4, true)); in RunTest_RecursiveDenial2() 589 EXPECT_EQ(order.Get(5), TaskItem(ENDDIALOG, 4, true)); in RunTest_RecursiveSupport2() 590 EXPECT_EQ(order.Get(6), TaskItem(ENDDIALOG, 4, false)); in RunTest_RecursiveSupport2()
|