Home | History | Annotate | Download | only in base

Lines Matching refs:Quit

142   MessageLoop::current()->Quit();
193 // Checks that Quit works and that the basic infrastructure is working.
195 // Quit from a task
201 // Quit from an event
244 // quit.
260 // quit.
285 // And then quit (relies on the condition tested by TestEventTaskInterleave).
295 // It will quit the main loop once enough tasks and events have been processed,
310 MessageLoop::current()->Quit();
322 MessageLoop::current()->Quit();
352 // to 0, and MessageLoop::Quit() will never be called.
379 // Then add an event that will quit the main loop.
410 // Then add an event that will quit the main loop.
453 void Quit() {
490 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);
497 MessageLoop::current()->Quit();
521 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);
528 MessageLoop::current()->Quit();