Home | History | Annotate | Download | only in base

Lines Matching full:loop

22 // This class injects dummy "events" into the GLib loop. When "handled" these
140 // Quits the current message loop.
145 // Returns a new task that quits the main loop.
150 // Posts a task on the current message loop.
173 MessageLoop* loop() const { return loop_; }
196 loop()->PostTask(FROM_HERE, NewQuitTask());
197 loop()->Run();
203 loop()->Run();
222 loop()->Run();
232 loop()->Run();
241 loop()->PostTask(FROM_HERE, NewRunnableFunction(IncrementInt, &task_count));
245 loop()->PostTask(
248 loop()->Run();
256 loop()->PostDelayedTask(
263 loop()->PostDelayedTask(
266 loop()->Run();
287 loop()->Run();
295 // It will quit the main loop once enough tasks and events have been processed,
363 loop()->PostTask(
365 loop()->PostTask(
368 loop()->Run();
379 // Then add an event that will quit the main loop.
396 loop()->PostTask(
398 loop()->Run();
410 // Then add an event that will quit the main loop.
427 loop()->PostTask(
429 loop()->Run();
436 // Helper class that lets us run the GLib message loop.
492 // Run a nested, straight GLib message loop.
523 // Run a nested, straight Gtk message loop.
535 // loop is not run by MessageLoop::Run() but by a straight GLib loop.
538 loop
540 loop()->Run();
545 // loop is not run by MessageLoop::Run() but by a straight Gtk loop.
548 loop()->PostTask(FROM_HERE,
550 loop()->Run();