Searched refs:RecordStart (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc491 void RecordStart(TaskType type, int cookie) { function in class:base::test::TaskList
517 order->RecordStart(RECURSIVE, cookie);
529 order->RecordStart(QUITMESSAGELOOP, cookie);
573 order->RecordStart(ORDERED, cookie);
674 order->RecordStart(PUMPS, cookie);
683 order->RecordStart(SLEEP, cookie);
733 order->RecordStart(RUNS, cookie);
H A Dmessage_loop_unittest.cc210 void RecordStart(TaskType type, int cookie) { function in class:base::__anon9921::TaskList
238 order->RecordStart(MESSAGEBOX, cookie);
247 order->RecordStart(ENDDIALOG, cookie);
259 order->RecordStart(RECURSIVE, cookie);
271 order->RecordStart(QUITMESSAGELOOP, cookie);

Completed in 206 milliseconds