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

  /external/chromium_org/components/feedback/
feedback_util.cc 34 void SendReport(scoped_refptr<FeedbackData> data) {
36 LOG(ERROR) << "SendReport called with NULL data!";
feedback_data.cc 34 : send_report_(base::Bind(&feedback_util::SendReport)), context_(NULL),
42 SendReport();
126 SendReport();
132 SendReport();
139 void FeedbackData::SendReport() {
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter.cc 71 void ChromeFraudulentCertificateReporter::SendReport(
  /external/chromium_org/tools/usb_gadget/
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/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...]

Completed in 96 milliseconds