Lines Matching refs:MessageLoop
33 StartWithOptions(base::Thread::Options(base::MessageLoop::TYPE_IO, 0)));
42 // Watches a MessageLoop and runs a callback if that MessageLoop will be
45 : public base::MessageLoop::DestructionObserver {
50 MessageLoopObserver(base::MessageLoop* message_loop,
65 // base::MessageLoop::DestructionObserver override.
74 // The MessageLoop that this class should watch. Is a weak pointer.
75 base::MessageLoop* message_loop_;
115 // pending in the MessageLoop.
144 // been queued in the MessageLoop.
152 // timer file descriptor. Note that these can be the same MessageLoop.
303 // re-queue this task in the MessageLoop and run the test's callback.
392 origin_message_loop_ = base::MessageLoop::current();
411 base::MessageLoop::current()->task_annotator()->DidQueueTask(
442 base::MessageLoop::current()->task_annotator()->RunTask("AlarmTimer::Reset",