OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openElements
(Results
1 - 4
of
4
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java
51
private final List<ElementContainmentInfo>
openElements
60
if (
openElements
.size() > limit) {
71
for (int i = Math.min(nestingLimit,
openElements
.size()); --i >= 0;) {
72
underlying.closeTag(
openElements
.get(i).elementName);
74
openElements
.clear();
84
if (
openElements
.size() < nestingLimit) {
92
if (
openElements
.size() < nestingLimit) {
96
openElements
.add(elInfo);
101
int nOpen =
openElements
.size();
103
ElementContainmentInfo top =
openElements
.get(nOpen - 1)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h
191
HTMLElementStack*
openElements
() const { return &m_openElements; }
HTMLTreeBuilder.h
68
const HTMLElementStack*
openElements
() const { return m_tree.
openElements
(); }
71
bool isParsingTemplateContents() const { return m_tree.
openElements
()->hasTemplateInHTMLScope(); }
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 154 milliseconds