eraseAttributeIfInjected  436 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, srcAttr, blankURL().string(), SrcLikeAttribute);
eraseAttributeIfInjected  437 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, XLinkNames::hrefAttr, blankURL().string(), SrcLikeAttribute);
eraseAttributeIfInjected  449 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, dataAttr, blankURL().string(), SrcLikeAttribute);
eraseAttributeIfInjected  450 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, typeAttr);
eraseAttributeIfInjected  451 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, classidAttr);
eraseAttributeIfInjected  469 Source/core/html/parser/XSSAuditor.cpp     return eraseAttributeIfInjected(request, valueAttr, blankURL().string(), SrcLikeAttribute);
eraseAttributeIfInjected  479 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, codeAttr, String(), SrcLikeAttribute);
eraseAttributeIfInjected  480 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, srcAttr, blankURL().string(), SrcLikeAttribute);
eraseAttributeIfInjected  481 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, typeAttr);
eraseAttributeIfInjected  493 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, codeAttr, String(), SrcLikeAttribute);
eraseAttributeIfInjected  494 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, objectAttr);
eraseAttributeIfInjected  504 Source/core/html/parser/XSSAuditor.cpp     bool didBlockScript = eraseAttributeIfInjected(request, srcdocAttr, String(), ScriptLikeAttribute);
eraseAttributeIfInjected  506 Source/core/html/parser/XSSAuditor.cpp         didBlockScript |= eraseAttributeIfInjected(request, srcAttr, String(), SrcLikeAttribute);
eraseAttributeIfInjected  516 Source/core/html/parser/XSSAuditor.cpp     return eraseAttributeIfInjected(request, http_equivAttr);
eraseAttributeIfInjected  524 Source/core/html/parser/XSSAuditor.cpp     return eraseAttributeIfInjected(request, hrefAttr);
eraseAttributeIfInjected  532 Source/core/html/parser/XSSAuditor.cpp     return eraseAttributeIfInjected(request, actionAttr, kURLWithUniqueOrigin);
eraseAttributeIfInjected  540 Source/core/html/parser/XSSAuditor.cpp     return eraseAttributeIfInjected(request, formactionAttr, kURLWithUniqueOrigin, SrcLikeAttribute);
eraseAttributeIfInjected  548 Source/core/html/parser/XSSAuditor.cpp     return eraseAttributeIfInjected(request, formactionAttr, kURLWithUniqueOrigin, SrcLikeAttribute);
eraseAttributeIfInjected  101 Source/core/html/parser/XSSAuditor.h     bool eraseAttributeIfInjected(const FilterTokenRequest&, const QualifiedName&, const String& replacementValue = String(), AttributeKind treatment = NormalAttribute);