Searched refs:IsShuttingDown (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chromeos/network/
H A Dnetwork_state_handler_observer.cc37 void NetworkStateHandlerObserver::IsShuttingDown() { function in class:chromeos::NetworkStateHandlerObserver
H A Dnetwork_state_handler_observer.h53 virtual void IsShuttingDown();
H A Dhost_resolver_impl_chromeos.cc26 // ::IsShuttingDown() gets called.
95 virtual void IsShuttingDown() OVERRIDE {
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.h59 bool IsShuttingDown() const;
H A Dcrash_handler_host_linux.cc57 if (handler->IsShuttingDown() && info->upload) {
432 bool CrashHandlerHostLinux::IsShuttingDown() const { function in class:breakpad::CrashHandlerHostLinux
/external/chromium_org/extensions/browser/
H A Dextensions_browser_client.h60 virtual bool IsShuttingDown() = 0;
H A Dtest_extensions_browser_client.cc34 bool TestExtensionsBrowserClient::IsShuttingDown() { return false; } function in class:extensions::TestExtensionsBrowserClient
H A Dlazy_background_task_queue.cc68 if (ExtensionsBrowserClient::Get()->IsShuttingDown()) {
H A Dtest_extensions_browser_client.h33 virtual bool IsShuttingDown() OVERRIDE;
/external/chromium_org/extensions/shell/browser/
H A Dshell_extensions_browser_client.h26 virtual bool IsShuttingDown() OVERRIDE;
H A Dshell_extensions_browser_client.cc59 bool ShellExtensionsBrowserClient::IsShuttingDown() { function in class:extensions::ShellExtensionsBrowserClient
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extensions_browser_client.cc58 bool ChromeExtensionsBrowserClient::IsShuttingDown() { function in class:extensions::ChromeExtensionsBrowserClient
59 return g_browser_process->IsShuttingDown();
H A Dchrome_extensions_browser_client.h44 virtual bool IsShuttingDown() OVERRIDE;
/external/chromium_org/chrome/browser/
H A Dbrowser_process.h173 virtual bool IsShuttingDown() = 0;
H A Dbrowser_process_impl.h105 virtual bool IsShuttingDown() OVERRIDE;
H A Dbrowser_process_impl.cc335 // CHECK(!IsShuttingDown());
336 if (IsShuttingDown()) {
680 bool BrowserProcessImpl::IsShuttingDown() { function in class:BrowserProcessImpl
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_screensaver.cc180 if (!g_browser_process || g_browser_process->IsShuttingDown())
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_list.cc99 g_browser_process->IsShuttingDown())) {
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc264 bool TestingBrowserProcess::IsShuttingDown() { function in class:TestingBrowserProcess
H A Dtesting_browser_process.h97 virtual bool IsShuttingDown() OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc219 if (!g_browser_process || g_browser_process->IsShuttingDown())
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc348 if (!g_browser_process || g_browser_process->IsShuttingDown() ||
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_api.cc118 if (extensions::ExtensionsBrowserClient::Get()->IsShuttingDown())
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc82 if (ExtensionsBrowserClient::Get()->IsShuttingDown() ||
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc221 if (g_browser_process->IsShuttingDown() ||

Completed in 700 milliseconds

12