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

  /external/chromium_org/net/url_request/
fraudulent_certificate_reporter.h 23 virtual void SendReport(const std::string& hostname,
url_request_http_job.cc 812 reporter->SendReport(host, ssl_info);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.h 88 SendReport,
109 bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
110 bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
111 bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
112 bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
113 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
114 bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const;
116 bool allowScriptFromSource(const KURL&, ReportingStatus = SendReport) const;
117 bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const;
118 bool allowChildFrameFromSource(const KURL&, ReportingStatus = SendReport) const
    [all...]
CSPDirectiveList.cpp 237 if (reportingStatus == ContentSecurityPolicy::SendReport)
246 if (reportingStatus == ContentSecurityPolicy::SendReport)
254 return reportingStatus == ContentSecurityPolicy::SendReport ?
262 return reportingStatus == ContentSecurityPolicy::SendReport ?
271 return reportingStatus == ContentSecurityPolicy::SendReport ?
278 return reportingStatus == ContentSecurityPolicy::SendReport ?
285 return reportingStatus == ContentSecurityPolicy::SendReport ?
294 return reportingStatus == ContentSecurityPolicy::SendReport ?
315 return reportingStatus == ContentSecurityPolicy::SendReport ?
322 return reportingStatus == ContentSecurityPolicy::SendReport
    [all...]
  /external/chromium_org/components/feedback/
feedback_util.h 36 void SendReport(scoped_refptr<feedback::FeedbackData> data);
feedback_data.cc 34 : send_report_(base::Bind(&feedback_util::SendReport)), context_(NULL),
42 SendReport();
126 SendReport();
132 SendReport();
139 void FeedbackData::SendReport() {
feedback_data.h 55 void SendReport();
feedback_util.cc 34 void SendReport(scoped_refptr<FeedbackData> data) {
36 LOG(ERROR) << "SendReport called with NULL data!";
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 85 virtual void SendReport(const std::string& hostname,
93 // If the object is destroyed without having its SendReport method invoked,
108 virtual void SendReport(const std::string& hostname,
130 virtual void SendReport(
135 ChromeFraudulentCertificateReporter::SendReport(hostname, ssl_info);
143 reporter.SendReport("mail.google.com", info);
150 reporter.SendReport("www.example.com", info);
157 reporter.SendReport("mail.google.com", info);
chrome_fraudulent_certificate_reporter.h 30 // type. Used by SendReport.
35 virtual void SendReport(const std::string& hostname,
chrome_fraudulent_certificate_reporter.cc 71 void ChromeFraudulentCertificateReporter::SendReport(
  /external/chromium_org/tools/usb_gadget/
mouse_gadget.py 69 self.SendReport(self.EncodeInputReport())
74 self.SendReport(self.EncodeInputReport())
78 self.SendReport(self.EncodeInputReport(x_displacement, y_displacement))
hid_echo_gadget.py 55 self.SendReport(struct.pack('<Q', self._input_output_report))
60 self.SendReport(struct.pack('<Q', self._input_output_report))
keyboard_gadget.py 76 self.SendReport(self.GetInputReport())
81 self.SendReport(self.GetInputReport())
87 self.SendReport(self.GetInputReport())
93 self.SendReport(self.GetInputReport())
hid_gadget_test.py 89 g.SendReport(0, 'Hello world!')
97 g.SendReport(1, 'Hello!')
98 g.SendReport(2, 'World!')
134 feature.SendReport('Hello world!')
142 feature.SendReport('Hello world!')
hid_gadget.py 255 def SendReport(self, report_id, data):
313 def SendReport(self, data):
324 self._gadget.SendReport(self._report_id, data)
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 244 feedback_util::SendReport(feedback_data);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 492 ContentSecurityPolicy::SuppressReport : ContentSecurityPolicy::SendReport;
    [all...]

Completed in 408 milliseconds