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

  /external/chromium_org/net/url_request/
fraudulent_certificate_reporter.h 25 virtual void SendReport(const std::string& hostname,
url_request_http_job.cc 877 reporter->SendReport(host, ssl_info, sni_available);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.h 72 SendReport,
90 bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
91 bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
92 bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
93 bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
94 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
95 bool allowPluginType(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...]
ContentSecurityPolicy.cpp     [all...]
  /external/chromium_org/chrome/browser/feedback/
feedback_util.h 38 void SendReport(scoped_refptr<FeedbackData> data);
feedback_data.cc 130 SendReport();
225 SendReport();
235 SendReport();
245 SendReport();
261 SendReport();
272 void FeedbackData::SendReport() {
276 feedback_util::SendReport(this);
feedback_data.h 62 void SendReport();
feedback_util.cc 274 void SendReport(scoped_refptr<FeedbackData> data) {
276 LOG(ERROR) << "SendReport called with NULL data!";
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 84 virtual void SendReport(const std::string& hostname,
94 // If the object is destroyed without having its SendReport method invoked,
109 virtual void SendReport(const std::string& hostname,
147 virtual void SendReport(
153 ChromeFraudulentCertificateReporter::SendReport(hostname, ssl_info,
163 reporter.SendReport("mail.google.com", info, true);
171 reporter.SendReport("www.example.com", info, true);
179 reporter.SendReport("mail.google.com", info, true);
chrome_fraudulent_certificate_reporter.h 30 // type. Used by SendReport.
35 virtual void SendReport(const std::string& hostname,
chrome_fraudulent_certificate_reporter.cc 69 void ChromeFraudulentCertificateReporter::SendReport(
  /external/chromium/chrome/browser/
bug_report_data.cc 63 sys_info_ = logs; // Will get deleted when SendReport() is called.
66 this->SendReport();
bug_report_data.h 30 void SendReport();
77 // Chromeos specific values for SendReport.
83 // occur before or after we call SendReport().
bug_report_util.h 57 // This sets the address of the feedback server to be used by SendReport
66 static void SendReport(Profile* profile,
bug_report_util.cc 255 void BugReportUtil::SendReport(Profile* profile,
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 386 void BugReportData::SendReport() {
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
530 web_ui_->RegisterMessageCallback("sendReport",
596 LOG(ERROR) << "Incorrect data passed to sendReport.";
605 LOG(ERROR) << "Incorrect data passed to sendReport.";
609 LOG(ERROR) << "Incorrect data passed to sendReport.";
617 LOG(ERROR) << "Incorrect data passed to sendReport.";
625 LOG(ERROR) << "Incorrect data passed to sendReport."
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 179 feedback_util::SendReport(feedback_data);

Completed in 442 milliseconds