HomeSort by relevance Sort by last modified time
    Searched refs:RecordEnd (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/message_loop/
message_loop_test.cc 496 void RecordEnd(TaskType type, int cookie) {
524 order->RecordEnd(RECURSIVE, cookie);
530 order->RecordEnd(QUITMESSAGELOOP, cookie);
573 order->RecordEnd(ORDERED, cookie);
676 order->RecordEnd(PUMPS, cookie);
682 order->RecordEnd(SLEEP, cookie);
729 order->RecordEnd(RUNS, cookie);
    [all...]
message_loop_unittest.cc 278 void RecordEnd(TaskType type, int cookie) {
304 order->RecordEnd(MESSAGEBOX, cookie);
315 order->RecordEnd(ENDDIALOG, cookie);
329 order->RecordEnd(RECURSIVE, cookie);
335 order->RecordEnd(QUITMESSAGELOOP, cookie);
    [all...]

Completed in 54 milliseconds