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

  /external/chromium/chrome/browser/
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 511 milliseconds