Searched defs:CanShutdown (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_host_delegate.cc9 bool BrowserChildProcessHostDelegate::CanShutdown() { function in class:content::BrowserChildProcessHostDelegate
/external/chromium_org/content/public/common/
H A Dchild_process_host_delegate.cc9 bool ChildProcessHostDelegate::CanShutdown() { function in class:content::ChildProcessHostDelegate
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc267 bool BrowserChildProcessHostImpl::CanShutdown() { function in class:content::BrowserChildProcessHostImpl
268 return delegate_->CanShutdown();
H A Dplugin_process_host.cc325 bool PluginProcessHost::CanShutdown() { function in class:content::PluginProcessHost
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc392 bool CanShutdown() const;
412 // Shutdown()) until CanShutdown() goes to true.
680 if (CanShutdown())
685 // CanShutdown() to go to true.
697 while (!CanShutdown())
1118 bool SequencedWorkerPool::Inner::CanShutdown() const { function in class:base::SequencedWorkerPool::Inner

Completed in 1633 milliseconds