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
414
didBlockScript |=
eraseAttributeIfInjected
(request, srcAttr, blankURL().string(), SrcLikeAttribute);
415
didBlockScript |=
eraseAttributeIfInjected
(request, XLinkNames::hrefAttr, blankURL().string(), SrcLikeAttribute);
427
didBlockScript |=
eraseAttributeIfInjected
(request, dataAttr, blankURL().string(), SrcLikeAttribute);
428
didBlockScript |=
eraseAttributeIfInjected
(request, typeAttr);
429
didBlockScript |=
eraseAttributeIfInjected
(request, classidAttr);
447
return
eraseAttributeIfInjected
(request, valueAttr, blankURL().string(), SrcLikeAttribute);
457
didBlockScript |=
eraseAttributeIfInjected
(request, codeAttr, String(), SrcLikeAttribute);
458
didBlockScript |=
eraseAttributeIfInjected
(request, srcAttr, blankURL().string(), SrcLikeAttribute);
459
didBlockScript |=
eraseAttributeIfInjected
(request, typeAttr);
471
didBlockScript |=
eraseAttributeIfInjected
(request, codeAttr, String(), SrcLikeAttribute)
[
all
...]
XSSAuditor.h
99
bool
eraseAttributeIfInjected
(const FilterTokenRequest&, const QualifiedName&, const String& replacementValue = String(), AttributeKind treatment = NormalAttribute);
Completed in 70 milliseconds