HomeSort by relevance Sort by last modified time
    Searched defs:FrameAncestors (Results 1 - 2 of 2) 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...]

Completed in 281 milliseconds