Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/network/
DContentSecurityPolicyResponseHeaders.h42 …const String& contentSecurityPolicyReportOnly() const { return m_contentSecurityPolicyReportOnly; } in contentSecurityPolicyReportOnly()
46 String m_contentSecurityPolicyReportOnly; variable
DContentSecurityPolicyResponseHeaders.cpp35 …, m_contentSecurityPolicyReportOnly(response.httpHeaderField("Content-Security-Policy-Report-Only"… in ContentSecurityPolicyResponseHeaders()