Searched refs:CrashService (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/crash/tools/
H A Dcrash_service.h31 class CrashService { class in namespace:breakpad
33 CrashService();
34 ~CrashService();
37 // other members in that case. |operating_dir| is where the CrashService
120 DISALLOW_COPY_AND_ASSIGN(CrashService);
H A Dcrash_service.cc135 CrashService* self;
139 DumpJobInfo(DWORD process_id, CrashService* service,
148 const char CrashService::kMaxReports[] = "max-reports";
149 const char CrashService::kNoWindow[] = "no-window";
150 const char CrashService::kReporterTag[] = "reporter";
151 const char CrashService::kDumpsDir[] = "dumps-dir";
152 const char CrashService::kPipeName[] = "pipe-name";
154 CrashService::CrashService() function in class:breakpad::CrashService
163 CrashService
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dcrash_service.py34 class CrashService(server_base.ServerBase): class in inherits:server_base.ServerBase
41 super(CrashService, self).__init__(port_obj, port_obj.default_results_directory())
42 self._name = 'CrashService'
H A Dcrash_service_unittest.py35 from webkitpy.layout_tests.servers.crash_service import CrashService namespace
49 server = CrashService(test_port, "/mock/crash_dumps_dir")
60 server = CrashService(test_port, "/mock/crash_dumps_dir")
/external/chromium_org/content/shell/tools/
H A Dcontent_shell_crash_service.cc31 breakpad::CrashService crash_service;
/external/chromium_org/chrome/tools/crash_service/
H A Dmain.cc68 breakpad::CrashService crash_service;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin.py143 service = crash_service.CrashService(self, self._dump_reader.crash_dumps_directory())

Completed in 820 milliseconds