OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inScopes
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java
174
if ((openElements.get(i).
inScopes
& blockingScopes) != 0) {
270
final int
inScopes
;
275
int
inScopes
) {
284
ElementContainmentRelationships.CloseTagScope.ALL & ~
inScopes
;
285
this.
inScopes
=
inScopes
;
380
int
inScopes
) {
382
elementName, resumable, types, contentTypes, null,
inScopes
);
394
@Nullable ElementContainmentInfo blockContainer, int
inScopes
) {
397
inScopes
);
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 41 milliseconds