Home
last modified time | relevance | path

Searched refs:m_violationReportsSent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.h192 HashSet<unsigned, AlreadyHashed> m_violationReportsSent; variable
DContentSecurityPolicy.cpp778 return !m_violationReportsSent.contains(report.impl()->hash()); in shouldSendViolationReport()
783 m_violationReportsSent.add(report.impl()->hash()); in didSendViolationReport()