/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | ContentSecurityPolicy.h | 72 SendReport, enumerator 90 …nst String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const; 91 …nst String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const; 92 …nst String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const; 93 …nst String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const; 94 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const; 95 …(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 …]
|
D | ContentSecurityPolicy.cpp | 1128 if (reportingStatus == ContentSecurityPolicy::SendReport) in allowJavaScriptURLs() 1137 if (reportingStatus == ContentSecurityPolicy::SendReport) in allowInlineEventHandlers() 1145 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowInlineScript() 1153 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowInlineStyle() 1162 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowEval() 1169 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowPluginType() 1176 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowScriptFromSource() 1185 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowObjectFromSource() 1194 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowChildFrameFromSource() 1201 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowImageFromSource() [all …]
|
/external/chromium_org/chrome/browser/net/ |
D | chrome_fraudulent_certificate_reporter_unittest.cc | 84 virtual void SendReport(const std::string& hostname, in SendReport() function in chrome_browser_net::SendingTestReporter 109 virtual void SendReport(const std::string& hostname, in SendReport() function in chrome_browser_net::NotSendingTestReporter 147 virtual void SendReport( in SendReport() function in chrome_browser_net::MockReporter 153 ChromeFraudulentCertificateReporter::SendReport(hostname, ssl_info, in SendReport() 163 reporter.SendReport("mail.google.com", info, true); in DoReportIsSent() 171 reporter.SendReport("www.example.com", info, true); in DoReportIsNotSent() 179 reporter.SendReport("mail.google.com", info, true); in DoMockReportIsSent()
|
D | chrome_fraudulent_certificate_reporter.h | 35 virtual void SendReport(const std::string& hostname,
|
D | chrome_fraudulent_certificate_reporter.cc | 69 void ChromeFraudulentCertificateReporter::SendReport( in SendReport() function in chrome_browser_net::ChromeFraudulentCertificateReporter
|
/external/chromium_org/chrome/browser/feedback/ |
D | feedback_data.cc | 130 SendReport(); in OnFeedbackPageDataComplete() 225 SendReport(); in OnGetTraceData() 235 SendReport(); in OnCompressLogsComplete() 245 SendReport(); in OnCompressHistogramsComplete() 261 SendReport(); in OnCompressFileComplete() 272 void FeedbackData::SendReport() { in SendReport() function in FeedbackData 276 feedback_util::SendReport(this); in SendReport()
|
D | feedback_util.h | 38 void SendReport(scoped_refptr<FeedbackData> data);
|
D | feedback_data.h | 62 void SendReport();
|
D | feedback_util.cc | 274 void SendReport(scoped_refptr<FeedbackData> data) { in SendReport() function
|
/external/chromium_org/net/url_request/ |
D | fraudulent_certificate_reporter.h | 25 virtual void SendReport(const std::string& hostname,
|
D | url_request_http_job.cc | 877 reporter->SendReport(host, ssl_info, sni_available); in OnStartCompleted()
|
/external/chromium/chrome/browser/ |
D | bug_report_data.cc | 66 this->SendReport(); in SyslogsComplete()
|
D | bug_report_util.h | 66 static void SendReport(Profile* profile,
|
D | bug_report_data.h | 30 void SendReport();
|
D | bug_report_util.cc | 255 void BugReportUtil::SendReport(Profile* profile, function in BugReportUtil
|
/external/chromium/chrome/browser/ui/webui/ |
D | bug_report_ui.cc | 386 void BugReportData::SendReport() { in SendReport() function in BugReportData 397 BugReportUtil::SendReport(profile_ in SendReport() 683 bug_report_->SendReport(); in HandleSendReport() 686 bug_report_->SendReport(); in HandleSendReport()
|
/external/chromium_org/chrome/browser/profile_resetter/ |
D | resettable_settings_snapshot.cc | 179 feedback_util::SendReport(feedback_data); in SendSettingsFeedback()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | bug_report_window_controller.mm | 113 BugReportUtil::SendReport(
|