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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 178 static ReflectedXSSDisposition combineXSSProtectionHeaderAndCSP(ReflectedXSSDisposition xssProtection, ReflectedXSSDisposition reflectedXSS)
180 ReflectedXSSDisposition result = std::max(xssProtection, reflectedXSS);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.cpp 153 static const char reflectedXSS[] = "reflected-xss";
171 || equalIgnoringCase(name, reflectedXSS)
    [all...]

Completed in 32 milliseconds