Searched defs:crash_client (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dchrome_test_launcher.cc117 chrome::ChromeCrashReporterClient* crash_client = local
119 ANNOTATE_LEAKING_OBJECT_PTR(crash_client);
120 crash_reporter::SetCrashReporterClient(crash_client);
/external/chromium_org/components/crash/app/
H A Dcrash_keys_win.cc68 void CrashKeysWin::SetBreakpadDumpPath(CrashReporterClient* crash_client) { argument
70 if (crash_client->GetAlternativeCrashDumpLocation(&crash_dumps_dir_path)) {
83 CrashReporterClient* crash_client) {
88 crash_client->GetProductNameAndVersion(
127 bool controlled_by_policy = crash_client->ReportingIsEnforcedByPolicy(
131 crash_client->IsRunningUnattended());
133 SetBreakpadDumpPath(crash_client);
79 GetCustomInfo(const std::wstring& exe_path, const std::wstring& type, const std::wstring& profile_type, base::CommandLine* cmd_line, CrashReporterClient* crash_client) argument

Completed in 671 milliseconds