Searched defs:SendReport (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dchrome_fraudulent_certificate_reporter.cc66 void ChromeFraudulentCertificateReporter::SendReport( function in class:chrome_browser_net::ChromeFraudulentCertificateReporter
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DContentSecurityPolicy.h73 SendReport, enumerator in enum:WebCore::ContentSecurityPolicy::ReportingStatus
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) cons
[all...]
/external/chromium_org/chrome/browser/feedback/
H A Dfeedback_data.cc93 void FeedbackData::SendReport() { function in class:FeedbackData
96 FeedbackUtil::SendReport(this);
118 // will be freed in FeedbackUtil::SendReport.
138 SendReport();
177 SendReport();
183 SendReport();
H A Dfeedback_util.cc249 void FeedbackUtil::SendReport(scoped_refptr<FeedbackData> data) { function in class:FeedbackUtil
251 LOG(ERROR) << "FeedbackUtil::SendReport called with NULL data!";
/external/chromium/chrome/browser/
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 282 milliseconds