Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.cpp231 …All(const CSPDirectiveListVector& policies, ContentSecurityPolicy::ReportingStatus reportingStatus) in isAllowedByAll() argument
234 if (!(policies[i].get()->*allowed)(reportingStatus)) in isAllowedByAll()
241 …Vector& policies, ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) in isAllowedByAllWithState() argument
244 if (!(policies[i].get()->*allowed)(scriptState, reportingStatus)) in isAllowedByAllWithState()
251 …URL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) in isAllowedByAllWithContext() argument
254 if (!(policies[i].get()->*allowed)(contextURL, contextLine, reportingStatus)) in isAllowedByAllWithContext()
281 …ctiveListVector& policies, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) in isAllowedByAllWithURL() argument
287 if (!(policies[i].get()->*allowFromURL)(url, reportingStatus)) in isAllowedByAllWithURL()
294 …iveListVector& policies, LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) in isAllowedByAllWithFrame() argument
297 if (!(policies[i].get()->*allowed)(frame, reportingStatus)) in isAllowedByAllWithFrame()
[all …]
DCSPDirectiveList.cpp223 …onst WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const in allowJavaScriptURLs()
226 if (reportingStatus == ContentSecurityPolicy::SendReport) in allowJavaScriptURLs()
232 …onst WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const in allowInlineEventHandlers()
235 if (reportingStatus == ContentSecurityPolicy::SendReport) in allowInlineEventHandlers()
240 …onst WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const in allowInlineScript()
243 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowInlineScript()
248 …onst WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const in allowInlineStyle()
251 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowInlineStyle()
256 …::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const in allowEval()
260 return reportingStatus == ContentSecurityPolicy::SendReport ? in allowEval()
[all …]