OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eraseAttributeIfInjected
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp
401
didBlockScript |=
eraseAttributeIfInjected
(request, srcAttr, blankURL().string(), SrcLikeAttribute);
402
didBlockScript |=
eraseAttributeIfInjected
(request, XLinkNames::hrefAttr, blankURL().string(), SrcLikeAttribute);
414
didBlockScript |=
eraseAttributeIfInjected
(request, dataAttr, blankURL().string(), SrcLikeAttribute);
415
didBlockScript |=
eraseAttributeIfInjected
(request, typeAttr);
416
didBlockScript |=
eraseAttributeIfInjected
(request, classidAttr);
434
return
eraseAttributeIfInjected
(request, valueAttr, blankURL().string(), SrcLikeAttribute);
444
didBlockScript |=
eraseAttributeIfInjected
(request, codeAttr, String(), SrcLikeAttribute);
445
didBlockScript |=
eraseAttributeIfInjected
(request, srcAttr, blankURL().string(), SrcLikeAttribute);
446
didBlockScript |=
eraseAttributeIfInjected
(request, typeAttr);
458
didBlockScript |=
eraseAttributeIfInjected
(request, codeAttr, String(), SrcLikeAttribute)
[
all
...]
XSSAuditor.h
97
bool
eraseAttributeIfInjected
(const FilterTokenRequest&, const QualifiedName&, const String& replacementValue = String(), AttributeKind treatment = NormalAttribute);
Completed in 173 milliseconds