Searched refs:CanShutdown (Results 1 - 12 of 12) 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
H A Dbrowser_child_process_host_delegate.h22 virtual bool CanShutdown();
/external/chromium_org/content/public/common/
H A Dchild_process_host_delegate.cc9 bool ChildProcessHostDelegate::CanShutdown() { function in class:content::ChildProcessHostDelegate
H A Dchild_process_host_delegate.h25 CONTENT_EXPORT virtual bool CanShutdown();
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.h60 virtual bool CanShutdown() OVERRIDE;
H A Dplugin_process_host.h145 virtual bool CanShutdown() OVERRIDE;
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.cc314 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
/external/chromium_org/content/browser/worker_host/
H A Dworker_process_host.h244 virtual bool CanShutdown() OVERRIDE;
H A Dworker_process_host.cc584 bool WorkerProcessHost::CanShutdown() { function in class:content::WorkerProcessHost
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc306 if (delegate_->CanShutdown())

Completed in 813 milliseconds