Searched refs:ChromeCrashReporterClient (Results 1 – 7 of 7) sorted by relevance
79 ChromeCrashReporterClient::ChromeCrashReporterClient() {} in ChromeCrashReporterClient() function in chrome::ChromeCrashReporterClient81 ChromeCrashReporterClient::~ChromeCrashReporterClient() {} in ~ChromeCrashReporterClient()83 void ChromeCrashReporterClient::SetCrashReporterClientIdFromGUID( in SetCrashReporterClientIdFromGUID()89 bool ChromeCrashReporterClient::GetAlternativeCrashDumpLocation( in GetAlternativeCrashDumpLocation()103 void ChromeCrashReporterClient::GetProductNameAndVersion( in GetProductNameAndVersion()135 bool ChromeCrashReporterClient::ShouldShowRestartDialog(base::string16* title, in ShouldShowRestartDialog()163 bool ChromeCrashReporterClient::AboutToRestart() { in AboutToRestart()172 bool ChromeCrashReporterClient::GetDeferredUploadsSupported( in GetDeferredUploadsSupported()183 bool ChromeCrashReporterClient::GetIsPerUserInstall( in GetIsPerUserInstall()188 bool ChromeCrashReporterClient::GetShouldDumpLargerDumps( in GetShouldDumpLargerDumps()[all …]
14 class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {16 ChromeCrashReporterClient();17 virtual ~ChromeCrashReporterClient();72 DISALLOW_COPY_AND_ASSIGN(ChromeCrashReporterClient);
36 void ChromeCrashReporterClient::InstallAdditionalFilters(BreakpadRef breakpad) {45 bool ChromeCrashReporterClient::ReportingIsEnforcedByPolicy(
47 base::LazyInstance<chrome::ChromeCrashReporterClient>::Leaky
131 base::LazyInstance<chrome::ChromeCrashReporterClient>::Leaky
117 chrome::ChromeCrashReporterClient* crash_client = in LaunchChromeTests()118 new chrome::ChromeCrashReporterClient(); in LaunchChromeTests()
15 base::LazyInstance<chrome::ChromeCrashReporterClient>::Leaky