Searched refs:CrashReportSender (Results 1 – 2 of 2) sorted by relevance
62 class CrashReportSender {68 explicit CrashReportSender(const wstring &checkpoint_file);69 ~CrashReportSender() {} in ~CrashReportSender()117 explicit CrashReportSender(const CrashReportSender &);118 void operator=(const CrashReportSender &);
48 CrashReportSender::CrashReportSender(const wstring &checkpoint_file) in CrashReportSender() function in google_breakpad::CrashReportSender60 ReportResult CrashReportSender::SendCrashReport( in SendCrashReport()85 void CrashReportSender::ReadCheckpoint(FILE *fd) { in ReadCheckpoint()102 void CrashReportSender::ReportSent(int today) { in ReportSent()120 int CrashReportSender::GetCurrentDate() const { in GetCurrentDate()127 int CrashReportSender::OpenCheckpointFile(const wchar_t *mode, FILE **fd) { in OpenCheckpointFile()