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

  /external/chromium/base/
message_loop.h 207 // Use QuitTask if you need to Quit another thread's MessageLoop, but note
220 class QuitTask : public Task {
message_loop_unittest.cc 783 class QuitTask : public OrderedTasks {
785 QuitTask(TaskList* order, int cookie)
842 target_->PostTask(FROM_HERE, new QuitTask(order_, 5));
886 MessageLoop::current()->PostTask(FROM_HERE, new QuitTask(&order, 3));
920 new QuitTask(&order, 4), 5);
953 new QuitTask(&order, 3));
1054 PostTask(FROM_HERE, QuitTask) execution, the order of task execution can
    [all...]

Completed in 118 milliseconds