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

  /external/chromium_org/base/message_loop/
message_loop_test.cc 436 void RecordEnd(TaskType type, int cookie) {
464 order->RecordEnd(RECURSIVE, cookie);
470 order->RecordEnd(QUITMESSAGELOOP, cookie);
516 order->RecordEnd(ORDERED, cookie);
624 order->RecordEnd(PUMPS, cookie);
630 order->RecordEnd(SLEEP, cookie);
696 order->RecordEnd(RUNS, cookie);
    [all...]
message_loop_unittest.cc 210 void RecordEnd(TaskType type, int cookie) {
236 order->RecordEnd(MESSAGEBOX, cookie);
247 order->RecordEnd(ENDDIALOG, cookie);
261 order->RecordEnd(RECURSIVE, cookie);
267 order->RecordEnd(QUITMESSAGELOOP, cookie);
    [all...]

Completed in 42 milliseconds