Searched refs:NestableTasksAllowed (Results 1 – 15 of 15) sorted by relevance
253 bool NestableTasksAllowed() const;260 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()
283 bool MessageLoop::NestableTasksAllowed() const { in NestableTasksAllowed() function in MessageLoop
880 EXPECT_TRUE(MessageLoop::current()->NestableTasksAllowed()); in RunTest_RecursiveDenial1()911 EXPECT_TRUE(MessageLoop::current()->NestableTasksAllowed()); in RunTest_RecursiveDenial3()1079 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in Run()
201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in StartNestedMessageLoop()
189 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in FlushJob()
417 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in RunInnerMessageLoop()
287 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in ShowContextMenu()
275 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in ShowContextMenu()
306 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in DoDragging()
381 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in ShowContextMenu()
214 bool did_allow_task_nesting = loop->NestableTasksAllowed(); in WindowSimulateDrag()
417 bool did_allow_nestable_tasks = loop->NestableTasksAllowed(); in AwaitStatusChangeWithTimeout()
432 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in Restore()
702 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in RunWithParams()
2209 bool old_state = core_message_loop_->NestableTasksAllowed(); in Shutdown()