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

  /external/chromium_org/chrome_frame/
chrome_launcher_main.cc 14 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
chrome_frame_unittest_main.cc 37 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
crash_server_init.cc 114 google_breakpad::ExceptionHandler* breakpad = local
120 return breakpad;
chrome_frame_helper_main.cc 226 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
  /external/chromium_org/chrome/app/
chrome_breakpad_client.h 10 #include "components/breakpad/breakpad_client.h"
14 class ChromeBreakpadClient : public breakpad::BreakpadClient {
19 // breakpad::BreakpadClient implementation.
64 virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE;
breakpad_win.cc 30 #include "breakpad/src/client/windows/handler/exception_handler.h"
34 #include "components/breakpad/breakpad_client.h"
182 // breakpad's CustomInfoEntry raises an invalid_parameter error if the string
310 // Appends the breakpad dump path to |g_custom_entries|.
314 if (breakpad::GetBreakpadClient()->GetAlternativeCrashDumpLocation(
317 L"breakpad-dump-location", crash_dumps_dir_path.value().c_str()));
357 breakpad::GetBreakpadClient()->GetProductNameAndVersion(
430 base::UTF16ToWide(breakpad::GetBreakpadClient()->GetCrashGUID());
490 breakpad::GetBreakpadClient()->IsRunningUnattended());
511 g_dynamic_entries_count = breakpad::GetBreakpadClient()->RegisterCrashKeys()
    [all...]
chrome_exe_main_win.cc 22 #include "components/breakpad/breakpad_client.h"
33 breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer());
hard_error_handler_win.cc 17 #include "components/breakpad/breakpad_client.h"
40 if (breakpad::GetBreakpadClient()->IsRunningUnattended())
breakpad_linux.cc 36 #include "breakpad/src/client/linux/handler/exception_handler.h"
37 #include "breakpad/src/client/linux/minidump_writer/directory_reader.h"
38 #include "breakpad/src/common/linux/linux_libc_support.h"
39 #include "breakpad/src/common/memory.h"
42 #include "components/breakpad/breakpad_client.h"
136 // breakpad/src/common/linux/linux_libc_support.h. Return the length of the
152 // breakpad/src/common/linux/linux_libc_support.h. Convert a non-negative
533 const char kGoogleBreakpad[] = "google-breakpad";
545 // log. By returning false from the HandlerCallbacks, breakpad will reinstall
651 if (breakpad::GetBreakpadClient()->GetCrashDumpLocation(&dumps_path))
    [all...]
chrome_main_delegate.cc 66 #include "components/breakpad/breakpad_client.h"
488 // Breakpad initialization could occur sooner, preferably even before the
508 // * If Breakpad is enabled, it will pass browser crashes to Crash Reporter
510 // * If Breakpad is disabled, we only turn on Crash Reporter for the
577 breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer());
  /external/chromium_org/chrome_frame/test/
run_all_unittests.cc 64 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad; local
69 breakpad.reset(InitializeCrashReporting(HEADLESS));
  /external/chromium_org/components/breakpad/
breakpad_client.cc 5 #include "components/breakpad/breakpad_client.h"
10 namespace breakpad { namespace
114 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) {
118 } // namespace breakpad
breakpad_client.h 19 // 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
28 namespace breakpad { namespace
33 // breakpad code is called, and should stay alive throughout the entire runtime.
36 // Breakpad's embedder API should only be used by breakpad.
82 // Returns the result code to return when breakpad failed to respawn a
124 // Install additional breakpad filter callbacks
    [all...]
  /external/chromium_org/chrome_frame/crash_reporting/
crash_report.cc 10 #include "breakpad/src/client/windows/handler/exception_handler.h"
54 // Note that breakpad_lock is used to protect accesses to breakpad and must
56 bool Init(google_breakpad::ExceptionHandler* breakpad,
80 bool CrashHandler::Init(google_breakpad::ExceptionHandler* breakpad,
82 DCHECK(breakpad);
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 20 #include "components/breakpad/breakpad_client.h"
66 breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer());
  /external/chromium_org/tools/
find_depot_tools.py 7 imports breakpad.
28 if os.path.isfile(os.path.join(root_dir, 'depot_tools', 'breakpad.py')):
40 import breakpad namespace
  /external/chromium_org/chrome/test/base/
chrome_test_launcher.cc 160 // We leak this pointer intentionally. The breakpad client needs to outlive
165 breakpad::SetBreakpadClient(breakpad_client);
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 21 #include "breakpad/src/client/windows/handler/exception_handler.h"
111 scoped_ptr<google_breakpad::ExceptionHandler> breakpad = local
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 35 #include "breakpad/src/client/windows/handler/exception_handler.h"
1392 google_breakpad::ExceptionHandler* breakpad = local
    [all...]
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 119 AddTargetGroup('all_breakpads', 'breakpad files can be built')

Completed in 568 milliseconds