Home | History | Annotate | Download | only in message_loop

Lines Matching defs:Run

48 // Logical events for Histogram profiling. Run with --message-loop-histogrammer
141 // iOS just attaches to the loop, it doesn't Run it.
289 void MessageLoop::Run() {
292 run_loop.Run();
306 NOTREACHED() << "Must be inside Run to call Quit";
315 NOTREACHED() << "Must be inside Run to call Quit";
406 pump_ = pump_factory_.Run();
449 pump_->Run(this);
500 // We couldn't run the task now because we're in a nested message loop
623 // queue that are ready to run. To increase efficiency when we fall behind,
625 // that are ready to run before calling it again. As a result, the more we
626 // fall behind (and have a lot of ready-to-run delayed tasks), the more