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

  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResourceTest.cpp 55 class QuitTask : public WebKit::WebThread::Task {
65 WebKit::Platform::current()->currentThread()->postTask(new QuitTask);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.cpp 102 class QuitTask : public WebThread::Task {
112 Platform::current()->currentThread()->postTask(new QuitTask);
  /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 116 milliseconds