Lines Matching full:quit
139 MessageLoop::current()->Quit();
185 // Checks that Quit works and that the basic infrastructure is working.
187 // Quit from a task
193 // Quit from an event
236 // quit.
252 // quit.
277 // And then quit (relies on the condition tested by TestEventTaskInterleave).
287 // It will quit the main loop once enough tasks and events have been processed,
302 MessageLoop::current()->Quit();
314 MessageLoop::current()->Quit();
344 // to 0, and MessageLoop::Quit() will never be called.
371 // Then add an event that will quit the main loop.
402 // Then add an event that will quit the main loop.
445 void Quit() {
482 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);
489 MessageLoop::current()->Quit();
513 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);
520 MessageLoop::current()->Quit();