Searched defs:EndDialogTask (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dmessage_loop_unittest.cc727 class EndDialogTask : public OrderedTasks { class in inherits:OrderedTasks
729 EndDialogTask(TaskList* order, int cookie) function in class:EndDialogTask
841 target_->PostTask(FROM_HERE, new EndDialogTask(order_, 4));
1006 // When EndDialogTask is processed, the window is already dismissed, hence no

Completed in 18 milliseconds