HomeSort by relevance Sort by last modified time
    Searched refs:CanShutdown (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/public/browser/
browser_child_process_host_delegate.cc 9 bool BrowserChildProcessHostDelegate::CanShutdown() {
browser_child_process_host_delegate.h 22 virtual bool CanShutdown();
  /external/chromium_org/content/public/common/
child_process_host_delegate.cc 9 bool ChildProcessHostDelegate::CanShutdown() {
child_process_host_delegate.h 25 CONTENT_EXPORT virtual bool CanShutdown();
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 60 virtual bool CanShutdown() OVERRIDE;
plugin_process_host.h 150 virtual bool CanShutdown() OVERRIDE;
browser_child_process_host_impl.cc 267 bool BrowserChildProcessHostImpl::CanShutdown() {
268 return delegate_->CanShutdown();
plugin_process_host.cc 325 bool PluginProcessHost::CanShutdown() {
  /external/chromium_org/base/threading/
sequenced_worker_pool.cc 392 bool CanShutdown() const;
412 // Shutdown()) until CanShutdown() goes to true.
680 if (CanShutdown())
685 // CanShutdown() to go to true.
697 while (!CanShutdown())
    [all...]
  /external/chromium_org/content/common/
child_process_host_impl.cc 306 if (delegate_->CanShutdown())

Completed in 105 milliseconds