HomeSort by relevance Sort by last modified time
    Searched refs:IsShuttingDown (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.h 59 bool IsShuttingDown() const;
crash_handler_host_linux.cc 55 if (handler->IsShuttingDown() && info->upload) {
461 bool CrashHandlerHostLinux::IsShuttingDown() const {
  /external/chromium_org/extensions/browser/
extensions_browser_client.h 33 virtual bool IsShuttingDown() = 0;
lazy_background_task_queue.cc 65 if (ExtensionsBrowserClient::Get()->IsShuttingDown()) {
  /external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.cc 31 bool ChromeExtensionsBrowserClient::IsShuttingDown() {
32 return g_browser_process->IsShuttingDown();
chrome_extensions_browser_client.h 35 virtual bool IsShuttingDown() OVERRIDE;
  /external/chromium/chrome/browser/
crash_handler_host_linux.h 55 bool IsShuttingDown() const;
browser_process.h 165 virtual bool IsShuttingDown() = 0;
crash_handler_host_linux.cc 45 if (handler->IsShuttingDown())
383 bool CrashHandlerHostLinux::IsShuttingDown() const {
browser_process_impl.h 85 virtual bool IsShuttingDown();
process_singleton_win.cc 216 if (!g_browser_process || g_browser_process->IsShuttingDown()) {
  /external/chromium_org/apps/shell/
shell_extensions_browser_client.cc 49 bool ShellExtensionsBrowserClient::IsShuttingDown() {
shell_extensions_browser_client.h 25 virtual bool IsShuttingDown() OVERRIDE;
  /art/runtime/
thread_pool.h 106 bool IsShuttingDown() const EXCLUSIVE_LOCKS_REQUIRED(task_queue_lock_) {
scoped_thread_state_change.h 40 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown());
69 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();
thread_pool.cc 130 while (!IsShuttingDown()) {
  /external/chromium_org/chrome/browser/
browser_process.h 158 virtual bool IsShuttingDown() = 0;
browser_process_impl.h 101 virtual bool IsShuttingDown() OVERRIDE;
  /art/runtime/base/
mutex-inl.h 85 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown() ||
mutex.cc 318 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();
333 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();
539 bool shutting_down = runtime == NULL || runtime->IsShuttingDown();
771 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();
783 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();
  /external/chromium_org/chrome/browser/ui/
browser_list.cc 102 g_browser_process->IsShuttingDown())) {
  /external/chromium_org/chrome/test/base/
testing_browser_process.h 94 virtual bool IsShuttingDown() OVERRIDE;
testing_browser_process.cc 262 bool TestingBrowserProcess::IsShuttingDown() {
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.cc 171 if (!g_browser_process || g_browser_process->IsShuttingDown())
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 159 if (!g_browser_process || g_browser_process->IsShuttingDown())

Completed in 881 milliseconds

1 2