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 69 void ChromeFraudulentCertificateReporter::SendReport(
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.h 72 SendReport,
90 bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
91 bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
92 bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
93 bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
94 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
95 bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const;
97 bool allowScriptFromSource(const KURL&, ReportingStatus = SendReport) const;
98 bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const;
99 bool allowChildFrameFromSource(const KURL&, ReportingStatus = SendReport) const
    [all...]
  /external/chromium_org/chrome/browser/feedback/
feedback_data.cc 130 SendReport();
225 SendReport();
235 SendReport();
245 SendReport();
261 SendReport();
272 void FeedbackData::SendReport() {
276 feedback_util::SendReport(this);
feedback_util.cc 274 void SendReport(scoped_refptr<FeedbackData> data) {
276 LOG(ERROR) << "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 87 milliseconds