Home
last modified time | relevance | path

Searched refs:IsShuttingDown (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
Dcrash_handler_host_linux.h55 bool IsShuttingDown() const;
Dcrash_handler_host_linux.cc45 if (handler->IsShuttingDown()) in CrashDumpTask()
383 bool CrashHandlerHostLinux::IsShuttingDown() const { in IsShuttingDown() function in CrashHandlerHostLinux
Dbrowser_process.h165 virtual bool IsShuttingDown() = 0;
Dbrowser_process_impl.h85 virtual bool IsShuttingDown();
Dprocess_singleton_win.cc216 if (!g_browser_process || g_browser_process->IsShuttingDown()) { in OnCopyData()
Dprocess_singleton_linux.cc616 if (!g_browser_process || g_browser_process->IsShuttingDown()) { in HandleMessage()
Dbrowser_process_impl.cc543 bool BrowserProcessImpl::IsShuttingDown() { in IsShuttingDown() function in BrowserProcessImpl
/external/chromium/chrome/browser/ui/
Dbrowser_list.cc276 g_browser_process->IsShuttingDown())) { in RemoveBrowser()