HomeSort by relevance Sort by last modified time
    Searched refs:SendReport (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/
bug_report_data.cc 63 sys_info_ = logs; // Will get deleted when SendReport() is called.
66 this->SendReport();
bug_report_data.h 30 void SendReport();
77 // Chromeos specific values for SendReport.
83 // occur before or after we call SendReport().
bug_report_util.h 57 // This sets the address of the feedback server to be used by SendReport
66 static void SendReport(Profile* profile,
bug_report_util.cc 255 void BugReportUtil::SendReport(Profile* profile,
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 386 void BugReportData::SendReport() {
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
530 web_ui_->RegisterMessageCallback("sendReport",
596 LOG(ERROR) << "Incorrect data passed to sendReport.";
605 LOG(ERROR) << "Incorrect data passed to sendReport.";
609 LOG(ERROR) << "Incorrect data passed to sendReport.";
617 LOG(ERROR) << "Incorrect data passed to sendReport.";
625 LOG(ERROR) << "Incorrect data passed to sendReport."
    [all...]

Completed in 38 milliseconds