Searched refs:crash_handler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc71 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
101 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
108 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; local
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc445 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
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 81 milliseconds