AttributeKind     574 Source/core/html/parser/XSSAuditor.cpp bool XSSAuditor::eraseAttributeIfInjected(const FilterTokenRequest& request, const QualifiedName& attributeName, const String& replacementValue, AttributeKind treatment)
AttributeKind     599 Source/core/html/parser/XSSAuditor.cpp String XSSAuditor::decodedSnippetForAttribute(const FilterTokenRequest& request, const HTMLToken::Attribute& attribute, AttributeKind treatment)
AttributeKind     101 Source/core/html/parser/XSSAuditor.h     bool eraseAttributeIfInjected(const FilterTokenRequest&, const QualifiedName&, const String& replacementValue = String(), AttributeKind treatment = NormalAttribute);
AttributeKind     105 Source/core/html/parser/XSSAuditor.h     String decodedSnippetForAttribute(const FilterTokenRequest&, const HTMLToken::Attribute&, AttributeKind treatment = NormalAttribute);