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

  /external/chromium_org/content/public/browser/
browser_child_process_host_delegate.cc 9 bool BrowserChildProcessHostDelegate::CanShutdown() {
  /external/chromium_org/content/public/common/
child_process_host_delegate.cc 9 bool ChildProcessHostDelegate::CanShutdown() {
  /external/chromium_org/content/browser/
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...]

Completed in 192 milliseconds