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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.h 107 String snippetFromAttribute(const FilterTokenRequest&, const HTMLToken::Attribute&);
XSSAuditor.cpp 614 eraseAttribute = isContainedInRequest(canonicalize(snippetFromAttribute(request, attribute), ScriptLikeAttributeTruncation));
624 eraseAttribute = isContainedInRequest(canonicalize(snippetFromAttribute(request, attribute), ScriptLikeAttributeTruncation));
643 if (!isContainedInRequest(canonicalize(snippetFromAttribute(request, attribute), treatment)))
676 String XSSAuditor::snippetFromAttribute(const FilterTokenRequest& request, const HTMLToken::Attribute& attribute)
    [all...]

Completed in 87 milliseconds