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

  /external/chromium_org/base/message_loop/
message_loop_test.cc 430 void RecordStart(TaskType type, int cookie) {
456 order->RecordStart(RECURSIVE, cookie);
468 order->RecordStart(QUITMESSAGELOOP, cookie);
515 order->RecordStart(ORDERED, cookie);
619 order->RecordStart(PUMPS, cookie);
628 order->RecordStart(SLEEP, cookie);
691 order->RecordStart(RUNS, cookie);
    [all...]
message_loop_unittest.cc 204 void RecordStart(TaskType type, int cookie) {
232 order->RecordStart(MESSAGEBOX, cookie);
241 order->RecordStart(ENDDIALOG, cookie);
253 order->RecordStart(RECURSIVE, cookie);
265 order->RecordStart(QUITMESSAGELOOP, cookie);
    [all...]

Completed in 34 milliseconds