Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.cpp300 SourceListDirective* whichDirective = m_policy->experimentalFeaturesEnabled() ? in allowChildFrameFromSource() local
305 checkSourceAndReportViolation(whichDirective, url, ContentSecurityPolicy::FrameSrc) : in allowChildFrameFromSource()
306 checkSource(whichDirective, url); in allowChildFrameFromSource()