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

/external/chromium_org/chrome/app/
H A Dchrome_crash_reporter_client.h14 class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient { class in namespace:chrome
16 ChromeCrashReporterClient();
17 virtual ~ChromeCrashReporterClient();
72 DISALLOW_COPY_AND_ASSIGN(ChromeCrashReporterClient);
H A Dchrome_crash_reporter_client.cc79 ChromeCrashReporterClient::ChromeCrashReporterClient() {} function in class:chrome::ChromeCrashReporterClient
81 ChromeCrashReporterClient::~ChromeCrashReporterClient() {}
83 void ChromeCrashReporterClient::SetCrashReporterClientIdFromGUID(
89 bool ChromeCrashReporterClient::GetAlternativeCrashDumpLocation(
103 void ChromeCrashReporterClient::GetProductNameAndVersion(
135 bool ChromeCrashReporterClient::ShouldShowRestartDialog(base::string16* title,
163 bool ChromeCrashReporterClient::AboutToRestart() {
172 bool ChromeCrashReporterClient
[all...]

Completed in 172 milliseconds