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

  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter.cc 66 void ChromeFraudulentCertificateReporter::SendReport(
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContentSecurityPolicy.h 73 SendReport,
94 bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
95 bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
96 bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
97 bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
98 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
99 bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const;
101 bool allowScriptFromSource(const KURL&, ReportingStatus = SendReport) const;
102 bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const;
103 bool allowChildFrameFromSource(const KURL&, ReportingStatus = SendReport) const
    [all...]
  /external/chromium_org/chrome/browser/feedback/
feedback_data.cc 93 void FeedbackData::SendReport() {
96 FeedbackUtil::SendReport(this);
118 // will be freed in FeedbackUtil::SendReport.
138 SendReport();
177 SendReport();
183 SendReport();
feedback_util.cc 249 void FeedbackUtil::SendReport(scoped_refptr<FeedbackData> data) {
251 LOG(ERROR) << "FeedbackUtil::SendReport called with NULL data!";
  /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 583 milliseconds