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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.h 82 static const char FrameAncestors[];
ContentSecurityPolicy.cpp 87 const char ContentSecurityPolicy::FrameAncestors[] = "frame-ancestors";
108 || equalIgnoringCase(name, FrameAncestors)
606 if (equalIgnoringCase(effectiveDirective, ContentSecurityPolicy::FrameAncestors)) {
644 ASSERT((m_executionContext && !contextFrame) || (equalIgnoringCase(effectiveDirective, ContentSecurityPolicy::FrameAncestors) && contextFrame));
703 ASSERT(!contextFrame || equalIgnoringCase(effectiveDirective, FrameAncestors));
    [all...]
CSPDirectiveList.cpp 650 } else if (equalIgnoringCase(name, ContentSecurityPolicy::FrameAncestors)) {

Completed in 52 milliseconds