Home | History | Annotate | Download | only in base

Lines Matching full:current

86     MessageLoop::current()->Quit();
101 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
103 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
105 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
107 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
109 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
111 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
116 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
120 MessageLoop::current()->Run();
132 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
134 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
136 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
138 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
140 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
142 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
147 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
151 MessageLoop::current()->set_exception_restoration(true);
152 MessageLoop::current()->Run();
153 MessageLoop::current()->set_exception_restoration(false);
168 MessageLoop::current()->Quit();
354 MessageLoop::current()->SetNestableTasksAllowed(true);
360 MessageLoop::current()->Quit();
422 MessageLoop::current()->PostTask(FROM_HERE, post_on_delete_);
467 MessageLoop::current()->PostTask(FROM_HERE, new NestingTest(depth_));
469 MessageLoop::current()->SetNestableTasksAllowed(true);
470 MessageLoop::current()->Run();
472 MessageLoop::current()->Quit();
517 MessageLoop::current()->Quit();
564 MessageLoop::current()->PostTask(FROM_HERE, new CrasherTask(false));
565 MessageLoop::current()->set_exception_restoration(true);
566 MessageLoop::current()->Run();
567 MessageLoop::current()->set_exception_restoration(false);
581 MessageLoop::current()->PostTask(FROM_HERE, new CrasherTask(true));
582 MessageLoop::current()->set_exception_restoration(true);
583 MessageLoop::current()->Run();
584 MessageLoop::current()->set_exception_restoration(false);
595 MessageLoop::current()->PostTask(FROM_HERE, new NestingTest(&depth));
596 MessageLoop::current()->Run();
717 MessageLoop::current()->SetNestableTasksAllowed(true);
759 MessageLoop::current()->SetNestableTasksAllowed(true);
760 MessageLoop::current()->PostTask(FROM_HERE,
791 MessageLoop::current()->Quit();
880 EXPECT_TRUE(MessageLoop::current()->NestableTasksAllowed());
882 MessageLoop::current()->PostTask(FROM_HERE,
884 MessageLoop::current()->PostTask(FROM_HERE,
886 MessageLoop::current()->PostTask(FROM_HERE, new QuitTask(&order, 3));
888 MessageLoop::current()->Run();
911 EXPECT_TRUE(MessageLoop::current()->NestableTasksAllowed());
913 MessageLoop::current()->PostTask(FROM_HERE,
915 MessageLoop::current()->PostTask(FROM_HERE,
917 MessageLoop::current()->PostDelayedTask(FROM_HERE,
919 MessageLoop::current()->PostDelayedTask(FROM_HERE,
922 MessageLoop::current()->Run();
948 MessageLoop::current()->PostTask(FROM_HERE,
950 MessageLoop::current()->PostTask(FROM_HERE,
952 MessageLoop::current()->PostTask(FROM_HERE,
955 MessageLoop::current()->Run();
990 new Recursive2Tasks(MessageLoop::current(),
997 MessageLoop::current()->Run();
1022 // needs to process windows messages on the current thread.
1033 new Recursive2Tasks(MessageLoop::current(),
1040 MessageLoop::current()->Run();
1079 bool old_state = MessageLoop::current()->NestableTasksAllowed();
1080 MessageLoop::current()->SetNestableTasksAllowed(true);
1081 MessageLoop::current()->RunAllPending();
1082 MessageLoop::current()->SetNestableTasksAllowed(old_state);
1094 MessageLoop::current()->PostNonNestableTask(FROM_HERE, task);
1095 MessageLoop::current()->PostTask(FROM_HERE, new OrderedTasks(&order, 2));
1096 MessageLoop::current()->PostTask(FROM_HERE, new QuitTask(&order, 3));
1097 MessageLoop::current()->Run();
1116 MessageLoop::current()->PostTask(FROM_HERE,
1120 MessageLoop::current()->PostNonNestableDelayedTask(FROM_HERE, task, 1);
1122 MessageLoop::current()->PostNonNestableTask(FROM_HERE, task);
1124 MessageLoop::current()->PostTask(FROM_HERE, new OrderedTasks(&order, 3));
1125 MessageLoop::current()->PostTask(FROM_HERE, new SleepTask(&order, 4, 50));
1126 MessageLoop::current()->PostTask(FROM_HERE, new OrderedTasks(&order, 5));
1129 MessageLoop::current()->PostNonNestableDelayedTask(FROM_HERE,
1133 MessageLoop::current()->PostNonNestableTask(FROM_HERE, non_nestable_quit);
1136 MessageLoop::current()->Run();
1185 MessageLoop::current()->PostDelayedTask(FROM_HERE, task, 100);
1187 MessageLoopForUI::current()->Run(&dispatcher);
1211 MessageLoop::current()->PostDelayedTask(FROM_HERE, task, 100);
1217 MessageLoopForUI::current()->Run(&dispatcher);
1254 MessageLoopForIO::current()->RegisterIOHandler(file_, this);
1270 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this));
1271 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this));
1527 MessageLoop::current()->PostTask(
1531 MessageLoop::current()->Quit();
1643 MessageLoop::current()->Quit();
1646 MessageLoop::current()->Quit();