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

/external/chromium_org/components/feedback/
H A Dfeedback_util.cc34 void SendReport(scoped_refptr<FeedbackData> data) { function in namespace:feedback_util
36 LOG(ERROR) << "SendReport called with NULL data!";
H A Dfeedback_data.cc34 : send_report_(base::Bind(&feedback_util::SendReport)), context_(NULL),
42 SendReport();
126 SendReport();
132 SendReport();
139 void FeedbackData::SendReport() { function in class:feedback::FeedbackData
/external/chromium_org/chrome/browser/net/
H A Dchrome_fraudulent_certificate_reporter.cc71 void ChromeFraudulentCertificateReporter::SendReport( function in class:chrome_browser_net::ChromeFraudulentCertificateReporter
/external/chromium_org/tools/usb_gadget/
H A Dhid_gadget.py255 def SendReport(self, report_id, data): member in class:HidGadget
313 def SendReport(self, data): member in class:HidFeature
324 self._gadget.SendReport(self._report_id, data)
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.h88 SendReport, enumerator in enum:blink::ContentSecurityPolicy::ReportingStatus
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) cons
[all...]

Completed in 180 milliseconds