Home
last modified time | relevance | path

Searched refs:NestableTasksAllowed (Results 1 – 15 of 15) sorted by relevance

/external/chromium/base/
Dmessage_loop.h253 bool NestableTasksAllowed() const;
260 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()
Dmessage_loop.cc283 bool MessageLoop::NestableTasksAllowed() const { in NestableTasksAllowed() function in MessageLoop
Dmessage_loop_unittest.cc880 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()
/external/chromium/chrome/browser/download/
Ddrag_download_file.cc201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in StartNestedMessageLoop()
/external/chromium/chrome/browser/printing/
Dprint_job.cc189 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in FlushJob()
Dprint_view_manager.cc417 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in RunInnerMessageLoop()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc287 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in ShowContextMenu()
Dtab_contents_view_views.cc275 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in ShowContextMenu()
Dtab_contents_drag_win.cc306 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in DoDragging()
Dtab_contents_view_gtk.cc381 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in ShowContextMenu()
/external/chromium/chrome/browser/automation/
Dautomation_provider_win.cc214 bool did_allow_task_nesting = loop->NestableTasksAllowed(); in WindowSimulateDrag()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc417 bool did_allow_nestable_tasks = loop->NestableTasksAllowed(); in AwaitStatusChangeWithTimeout()
/external/chromium/chrome/browser/sessions/
Dsession_restore.cc432 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in Restore()
/external/chromium/net/base/
Dfile_stream_unittest.cc702 bool old_state = MessageLoop::current()->NestableTasksAllowed(); in RunWithParams()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc2209 bool old_state = core_message_loop_->NestableTasksAllowed(); in Shutdown()