HomeSort by relevance Sort by last modified time
    Searched refs:crash_handler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 71 breakpad::CrashHandlerHostLinux* crash_handler = local
74 crash_handler->StartUploaderThread();
75 return crash_handler;
87 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
88 if (!crash_handler)
89 crash_handler = CreateCrashHandlerHost(process_type);
90 return crash_handler->GetDeathSignalSocket();
94 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
95 if (!crash_handler)
96 crash_handler = CreateCrashHandlerHost(process_type)
101 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
108 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 445 breakpad::CrashHandlerHostLinux* crash_handler = local
447 crash_handler->StartUploaderThread();
448 return crash_handler;
455 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
456 if (!crash_handler)
457 crash_handler = CreateCrashHandlerHost("extension");
458 return crash_handler->GetDeathSignalSocket();
465 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
466 if (!crash_handler)
467 crash_handler = CreateCrashHandlerHost(process_type)
472 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
479 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
486 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
    [all...]

Completed in 80 milliseconds