Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_test.cc442 void RecordEnd(TaskType type, int cookie) { in RecordEnd() function in base::test::TaskList
470 order->RecordEnd(RECURSIVE, cookie); in RecursiveFunc()
476 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc()
522 order->RecordEnd(ORDERED, cookie); in OrderedFunc()
630 order->RecordEnd(PUMPS, cookie); in FuncThatPumps()
636 order->RecordEnd(SLEEP, cookie); in SleepFunc()
702 order->RecordEnd(RUNS, cookie); in FuncThatRuns()
Dmessage_loop_unittest.cc215 void RecordEnd(TaskType type, int cookie) { in RecordEnd() function in base::__anon9ed8289d0111::TaskList
241 order->RecordEnd(MESSAGEBOX, cookie); in MessageBoxFunc()
252 order->RecordEnd(ENDDIALOG, cookie); in EndDialogFunc()
266 order->RecordEnd(RECURSIVE, cookie); in RecursiveFunc()
272 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc()