/external/chromium_org/content/shell/tools/ |
content_shell_crash_service.cc | 13 #include "components/breakpad/tools/crash_service.h" 31 breakpad::CrashService crash_service; local 32 if (!crash_service.Initialize(base::FilePath(), base::FilePath())) 38 int retv = crash_service.ProcessingLoop();
|
/external/chromium_org/chrome/test/ui/ |
ui_test_suite.cc | 48 if (base::GetProcessCount(L"crash_service.exe", NULL)) 66 << "not starting crash_service.exe!"; 72 base::FilePath crash_service = exe_dir.Append(L"crash_service.exe"); local 74 if (!base::LaunchProcess(crash_service.value(), base::LaunchOptions(), 76 LOG(ERROR) << "Couldn't start crash_service.exe, so this ui_tests run "
|
ui_test.cc | 68 L"NOTE: This test is expected to fail if crash_service.exe is not "
|
/external/chromium_org/chrome_frame/ |
chrome_frame_unittest_main.cc | 52 base::ProcessHandle crash_service = chrome_frame_test::StartCrashService(); local 61 if (crash_service) 62 base::KillProcess(crash_service, 0, false);
|
crash_server_init.h | 21 HEADLESS, // Used for testing, uses crash_service.exe for dumps.
|
chrome_frame.gyp | 286 '../chrome/chrome.gyp:crash_service', 380 '../chrome/chrome.gyp:crash_service', 458 '../chrome/chrome.gyp:crash_service', 613 '../chrome/chrome.gyp:crash_service',
|
/external/chromium_org/chrome_frame/test/perf/ |
run_all.cc | 33 base::ProcessHandle crash_service = chrome_frame_test::StartCrashService(); local 40 if (crash_service) 41 base::KillProcess(crash_service, 0, false);
|
/external/chromium_org/chrome_frame/test/reliability/ |
run_all_unittests.cc | 23 base::ProcessHandle crash_service = chrome_frame_test::StartCrashService(); local 47 if (crash_service) 48 base::KillProcess(crash_service, 0, false);
|
/external/chromium_org/chrome/tools/crash_service/ |
main.cc | 16 #include "components/breakpad/tools/crash_service.h" 68 breakpad::CrashService crash_service; local 69 if (!crash_service.Initialize(operating_dir, dumps_path)) 75 int retv = crash_service.ProcessingLoop();
|
/external/chromium_org/chrome_frame/test/ |
run_all_unittests.cc | 63 base::ProcessHandle crash_service = NULL; local 67 crash_service = chrome_frame_test::StartCrashService(); 107 if (crash_service) 108 base::KillProcess(crash_service, 0, false);
|
chrome_frame_test_utils.cc | 580 // Attempt to connect to a running crash_service instance. Success occurs if we 585 // Wait for the crash_service.exe to be ready for clients. 611 DPLOG(WARNING) << "Unexpected error while checking crash_service.exe's " 632 VLOG(1) << "crash_service.exe is already running. We will use the " 643 base::win::ScopedHandle crash_service; local 645 VLOG(1) << "Starting crash_service.exe so you know if a test crashes!"; 647 base::FilePath crash_service_path = exe_dir.AppendASCII("crash_service.exe"); 649 &crash_service)) { 650 LOG(ERROR) << "Couldn't start crash_service.exe"; 657 VLOG(1) << "crash_service.exe is ready for clients in [all...] |
/external/chromium_org/components/ |
breakpad.gypi | 87 'breakpad/tools/crash_service.cc', 88 'breakpad/tools/crash_service.h', 128 'breakpad/tools/crash_service.cc', 129 'breakpad/tools/crash_service.h',
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
crash_service_unittest.py | 35 from webkitpy.layout_tests.servers.crash_service import CrashService 47 test_port._path_to_crash_service = lambda: "/mock/crash_service" 55 test_port._path_to_crash_service = lambda: "/mock/crash_service"
|
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
crash_dump_tester.py | 43 # Find crash_service.exe relative to chrome.exe. This is a bit icky. 56 # crash_service.exe is not supposed to do this and such 126 cleanup_funcs, 'crash_service.exe') 130 # Skip if missing, since in win64 builds crash_service.exe is 64-bit 136 # crash_service.exe might not have finished doing 139 # TODO(mseaborn): We could change crash_service.exe to report when
|
/external/chromium_org/build/ |
all.gyp | 272 '../chrome/chrome.gyp:crash_service', 450 '../chrome/chrome.gyp:crash_service', 486 '../chrome/chrome.gyp:crash_service', 520 '../chrome/chrome.gyp:crash_service', 547 '../chrome/chrome.gyp:crash_service', 588 '../chrome/chrome.gyp:crash_service', [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
win.py | 37 from webkitpy.layout_tests.servers import crash_service namespace 90 service = crash_service.CrashService(self, self._dump_reader.crash_dumps_directory())
|
/external/chromium_org/components/breakpad/tools/ |
crash_service.cc | 5 #include "components/breakpad/tools/crash_service.h" 305 // Only chrome.exe starts crash_service with a non-zero max_reports.
|
/external/chromium_org/chrome/ |
chrome.gyp | [all...] |
chrome_tests.gypi | 96 'chrome.gyp:crash_service', # run time dependency [all...] |
/external/chromium_org/chrome/tools/build/win/ |
FILES.cfg | 85 'filename': 'crash_service.exe',
|
/external/chromium/build/ |
all.gyp | 489 '../chrome/chrome.gyp:crash_service',
|
/external/chromium_org/components/breakpad/app/ |
breakpad_win.cc | 619 // Crash reporting is done by crash_service.exe.
|