Searched refs:SendReport (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
H A Dbug_report_data.cc63 sys_info_ = logs; // Will get deleted when SendReport() is called.
66 this->SendReport();
H A Dbug_report_data.h30 void SendReport();
77 // Chromeos specific values for SendReport.
83 // occur before or after we call SendReport().
H A Dbug_report_util.h57 // This sets the address of the feedback server to be used by SendReport
66 static void SendReport(Profile* profile,
H A Dbug_report_util.cc255 void BugReportUtil::SendReport(Profile* profile, function in class:BugReportUtil
/external/chromium/chrome/browser/ui/webui/
H A Dbug_report_ui.cc386 void BugReportData::SendReport() { function in class:BugReportData
390 // Set send_report_ so that no one else processes SendReport
397 BugReportUtil::SendReport(profile_
446 // Just in case we didn't send off bug_report_ to SendReport
683 bug_report_->SendReport();
686 bug_report_->SendReport();
689 // from SendReport, whether we called it, or will be called by the log

Completed in 95 milliseconds