Searched refs:RecordEnd (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 497 void RecordEnd(TaskType type, int cookie) { in RecordEnd() function in base::test::TaskList 525 order->RecordEnd(RECURSIVE, cookie); in RecursiveFunc() 531 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc() 574 order->RecordEnd(ORDERED, cookie); in OrderedFunc() 679 order->RecordEnd(PUMPS, cookie); in FuncThatPumps() 685 order->RecordEnd(SLEEP, cookie); in SleepFunc() 738 order->RecordEnd(RUNS, cookie); in FuncThatRuns()
|
D | message_loop_unittest.cc | 216 void RecordEnd(TaskType type, int cookie) { in RecordEnd() function in base::__anona43c38fc0111::TaskList 242 order->RecordEnd(MESSAGEBOX, cookie); in MessageBoxFunc() 253 order->RecordEnd(ENDDIALOG, cookie); in EndDialogFunc() 267 order->RecordEnd(RECURSIVE, cookie); in RecursiveFunc() 273 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc()
|