Searched refs:breakpad (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/components/crash/app/
H A Dhard_error_handler_win.h10 namespace breakpad { namespace
14 // breakpad's unhandled exception handler after the crash dump has been
32 } // namespace breakpad
H A Dbreakpad_mac.h12 namespace breakpad { namespace
25 } // namespace breakpad
H A Dbreakpad_win.h12 namespace breakpad { namespace
20 } // namespace breakpad
H A Dbreakpad_linux.h14 namespace breakpad { namespace
30 } // namespace breakpad
H A Dbreakpad_linux_impl.h5 // Internal header file for the Linux breakpad implementation. This file is
15 #include "breakpad/src/common/simple_string_dictionary.h"
18 namespace breakpad { namespace
63 } // namespace breakpad
H A Dcrash_keys_win.h11 #include "breakpad/src/client/windows/common/ipc_protocol.h"
12 #include "breakpad/src/client/windows/handler/exception_handler.h"
23 namespace breakpad { namespace
25 // Manages the breakpad key/value pair stash, there may only be one instance
77 } // namespace breakpad
H A Dcrash_reporter_client.cc120 void CrashReporterClient::InstallAdditionalFilters(BreakpadRef breakpad) { argument
H A Dcrash_reporter_client.h19 // breakpad/src/client/mac/Framework/Breakpad.h here, so we repeat the
22 // On Mac, when compiling without breakpad support, a stub implementation is
23 // compiled in. Not having any includes of the breakpad library allows for
88 // Returns the result code to return when breakpad failed to respawn a
134 // Install additional breakpad filter callbacks.
135 virtual void InstallAdditionalFilters(BreakpadRef breakpad);
138 // Returns true if breakpad should run in the given process type.
H A Dcrash_keys_win_unittest.cc14 namespace breakpad { namespace
51 MOCK_METHOD1(InstallAdditionalFilters, void(BreakpadRef breakpad));
100 // The exe path ought to get passed through to the breakpad client.
145 } // namespace breakpad
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_android.h12 namespace breakpad { namespace
32 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
H A Dchrome_browser_main_linux.cc57 breakpad::IsCrashReporterEnabled());
H A Dchrome_browser_main_android.cc51 crash_dump_manager_.reset(new breakpad::CrashDumpManager(crash_dump_dir));
/external/chromium_org/chrome/nacl/
H A Dnacl_exe_win_64.cc28 breakpad::InitCrashReporter(process_type);
/external/chromium_org/content/shell/tools/
H A Dcontent_shell_crash_service.cc31 breakpad::CrashService crash_service;
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main_parts.h14 namespace breakpad { namespace
59 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
H A Dshell_content_browser_client.cc64 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost(
71 breakpad::CrashHandlerHostLinux* crash_handler =
72 new breakpad::CrashHandlerHostLinux(
80 if (!breakpad::IsCrashReporterEnabled())
87 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
94 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
101 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
108 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
377 if (breakpad::IsCrashReporterEnabled()) {
378 f = breakpad
[all...]
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc212 breakpad::InitCrashReporter(process_type);
213 breakpad::InitCrashProcessInfo(process_type);
218 breakpad::InitCrashReporter(process_type);
220 breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
222 breakpad::InitCrashReporter(process_type);
230 breakpad::InitCrashReporter(process_type);
260 breakpad::InitCrashReporter(process_type);
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_process.h11 namespace breakpad { namespace
13 } // namespace breakpad
/external/chromium_org/components/crash/tools/
H A Dcrash_service.h22 namespace breakpad { namespace
24 // This class implements an out-of-process crash server. It uses breakpad's
38 // should store breakpad's checkpoint file. |dumps_path| is the directory
123 } // namespace breakpad
/external/chromium_org/tools/
H A Dfind_depot_tools.py7 imports breakpad.
45 import breakpad namespace
/external/chromium_org/chrome/tools/crash_service/
H A Dmain.cc68 breakpad::CrashService crash_service;
/external/chromium_org/components/crash/browser/
H A Dcrash_dump_manager_android.h22 namespace breakpad { namespace
82 } // namespace breakpad
H A Dcrash_handler_host_linux.h22 namespace breakpad { namespace
26 // This is the host for processes which run breakpad inside the sandbox on
91 } // namespace breakpad
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_win_unittest.py33 from webkitpy.layout_tests.breakpad.dump_reader_win import DumpReaderWin
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc549 breakpad::InitCrashReporter(process_type);
574 if (!breakpad::IsCrashReporterEnabled() && disable_apple_crash_reporter) {
633 if (breakpad::IsCrashReporterEnabled())
634 breakpad::InitCrashProcessInfo(process_type);
775 breakpad::InitCrashReporter(process_type);
777 breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
779 breakpad::InitCrashReporter(process_type);
898 breakpad::InitCrashReporter(process_type);

Completed in 409 milliseconds

12