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 497 void RecordEnd(TaskType type, int cookie) {
525 order->RecordEnd(RECURSIVE, cookie);
531 order->RecordEnd(QUITMESSAGELOOP, cookie);
574 order->RecordEnd(ORDERED, cookie);
679 order->RecordEnd(PUMPS, cookie);
685 order->RecordEnd(SLEEP, cookie);
738 order->RecordEnd(RUNS, cookie);
    [all...]
message_loop_unittest.cc 216 void RecordEnd(TaskType type, int cookie) {
242 order->RecordEnd(MESSAGEBOX, cookie);
253 order->RecordEnd(ENDDIALOG, cookie);
267 order->RecordEnd(RECURSIVE, cookie);
273 order->RecordEnd(QUITMESSAGELOOP, cookie);
    [all...]

Completed in 94 milliseconds