Lines Matching full:current
137 // Quits the current message loop.
139 MessageLoop::current()->Quit();
147 // Posts a task on the current message loop.
150 MessageLoop::current()->PostTask(from_here, task);
203 // current implementation ensures it and the tests below rely on it.
302 MessageLoop::current()->Quit();
304 MessageLoop::current()->PostTask(
314 MessageLoop::current()->Quit();
375 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
376 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
406 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
407 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
463 MessageLoop::current()->SetNestableTasksAllowed(true);
471 MessageLoop::current()->PostTask(
473 MessageLoop::current()->PostTask(
479 MessageLoop::current()->PostDelayedTask(
481 MessageLoop::current()->PostDelayedTask(
489 MessageLoop::current()->Quit();
494 MessageLoop::current()->SetNestableTasksAllowed(true);
502 MessageLoop::current()->PostTask(
504 MessageLoop::current()->PostTask(
510 MessageLoop::current()->PostDelayedTask(
512 MessageLoop::current()->PostDelayedTask(
520 MessageLoop::current()->Quit();