Searched defs:breakpad (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/
H A Dfind_depot_tools.py7 imports breakpad.
28 if os.path.isfile(os.path.join(root_dir, 'depot_tools', 'breakpad.py')):
40 import breakpad namespace
/external/chromium_org/components/breakpad/
H A Dbreakpad_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
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.
125 virtual void InstallAdditionalFilters(BreakpadRef breakpad);
129 } // namespace breakpad
[all...]
H A Dbreakpad_client.cc5 #include "components/breakpad/breakpad_client.h"
10 namespace breakpad { namespace
114 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) { argument
118 } // namespace breakpad
/external/chromium_org/chrome_frame/test/
H A Drun_all_unittests.cc64 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad; local
69 breakpad.reset(InitializeCrashReporting(HEADLESS));
/external/chromium_org/chrome_frame/
H A Dcrash_server_init.cc114 google_breakpad::ExceptionHandler* breakpad = local
120 return breakpad;
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute.cc21 #include "breakpad/src/client/windows/handler/exception_handler.h"
111 scoped_ptr<google_breakpad::ExceptionHandler> breakpad = local
/external/chromium_org/chrome_frame/crash_reporting/
H A Dcrash_report.cc10 #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, argument
82 DCHECK(breakpad);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc35 #include "breakpad/src/client/windows/handler/exception_handler.h"
1363 // breakpad, etc.
1392 google_breakpad::ExceptionHandler* breakpad = local
1397 return breakpad;
1728 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(

Completed in 174 milliseconds