HomeSort by relevance Sort by last modified time
    Searched defs:blockContainerChild (Results 1 - 2 of 2) sorted by null

  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 105 ElementContainmentInfo blockContainerChild = top.blockContainerChild;
107 if (blockContainerChild != null
108 && (blockContainerChild.contents & elInfo.types) != 0) {
110 blockContainerChild.elementName, Lists.<String>newArrayList());
111 openElements.add(blockContainerChild);
112 top = blockContainerChild;
266 final @Nullable ElementContainmentInfo blockContainerChild;
274 @Nullable ElementContainmentInfo blockContainerChild,
282 this.blockContainerChild = blockContainerChild
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 313 milliseconds