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

  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 45 if (handler->IsShuttingDown())
383 bool CrashHandlerHostLinux::IsShuttingDown() const {
browser_process_impl.cc 543 bool BrowserProcessImpl::IsShuttingDown() {
    [all...]
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 242 bool TestingBrowserProcess::IsShuttingDown() {
  /external/chromium_org/chrome/browser/
crash_handler_host_linux.cc 54 if (handler->IsShuttingDown())
464 bool CrashHandlerHostLinux::IsShuttingDown() const {
browser_process_impl.cc 309 // CHECK(!IsShuttingDown());
310 if (IsShuttingDown()) {
550 bool BrowserProcessImpl::IsShuttingDown() {
    [all...]

Completed in 359 milliseconds