HomeSort by relevance Sort by last modified time
    Searched refs:CanShutdown (Results 1 - 19 of 19) 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 24 CONTENT_EXPORT virtual bool CanShutdown();
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.h 29 virtual bool CanShutdown() { return true; }
nacl_process_host.h 54 virtual bool CanShutdown();
nacl_process_host.cc 300 bool NaClProcessHost::CanShutdown() {
  /external/chromium/chrome/browser/importer/
profile_import_process_host.h 69 virtual bool CanShutdown() OVERRIDE;
profile_import_process_host.cc 141 bool ProfileImportProcessHost::CanShutdown() {
  /external/chromium/chrome/browser/
utility_process_host.h 182 virtual bool CanShutdown();
utility_process_host.cc 197 bool UtilityProcessHost::CanShutdown() {
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 93 virtual bool CanShutdown() OVERRIDE;
plugin_process_host.h 149 virtual bool CanShutdown() OVERRIDE;
browser_child_process_host_impl.cc 265 bool BrowserChildProcessHostImpl::CanShutdown() {
266 return delegate_->CanShutdown();
plugin_process_host.cc 321 bool PluginProcessHost::CanShutdown() {
  /external/chromium_org/content/browser/worker_host/
worker_process_host.h 220 virtual bool CanShutdown() OVERRIDE;
worker_process_host.cc 476 bool WorkerProcessHost::CanShutdown() {
  /external/chromium_org/base/threading/
sequenced_worker_pool.cc 390 bool CanShutdown() const;
410 // Shutdown()) until CanShutdown() goes to true.
674 if (CanShutdown())
679 // CanShutdown() to go to true.
691 while (!CanShutdown())
    [all...]
  /external/chromium_org/content/common/
child_process_host_impl.cc 295 if (delegate_->CanShutdown())

Completed in 385 milliseconds