OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:openelements
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp
304
m_tree.
openElements
()->pushRootNode(HTMLStackItem::create(fragment, HTMLStackItem::ItemForDocumentFragmentNode));
468
if (!m_tree.
openElements
()->inButtonScope(pTag.localName()))
493
HTMLElementStack::ElementRecord* nodeRecord = m_tree.
openElements
()->topRecord();
624
if (!m_tree.
openElements
()->secondElementIsHTMLBodyElement() || m_tree.
openElements
()->hasOnlyOneElement() || m_tree.
openElements
()->hasTemplateInHTMLScope()) {
634
if (!m_tree.
openElements
()->secondElementIsHTMLBodyElement() || m_tree.
openElements
()->hasOnlyOneElement()) {
640
m_tree.
openElements
()->bodyElement()->remove(ASSERT_NO_EXCEPTION);
641
m_tree.
openElements
()->popUntil(m_tree.openElements()->bodyElement())
[
all
...]
HTMLTreeBuilder.h
68
const HTMLElementStack*
openElements
() const { return m_tree.
openElements
(); }
71
bool isParsingTemplateContents() const { return m_tree.
openElements
()->hasTemplateInHTMLScope(); }
HTMLTreeBuilderSimulator.cpp
118
for (HTMLElementStack::ElementRecord* record = treeBuilder->
openElements
()->topRecord(); record; record = record->next()) {
HTMLConstructionSite.h
191
HTMLElementStack*
openElements
() const { return &m_openElements; }
HTMLConstructionSite.cpp
541
openElements
()->popAll();
[
all
...]
/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/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.html
54
<FONT color="green">051</FONT> private final List<ElementContainmentInfo>
openElements
<a name="line.51"></a>
63
<FONT color="green">060</FONT> if (
openElements
.size() > limit) {<a name="line.60"></a>
74
<FONT color="green">071</FONT> for (int i = Math.min(nestingLimit,
openElements
.size()); --i >= 0;) {<a name="line.71"></a>
75
<FONT color="green">072</FONT> underlying.closeTag(
openElements
.get(i).elementName);<a name="line.72"></a>
77
<FONT color="green">074</FONT>
openElements
.clear();<a name="line.74"></a>
87
<FONT color="green">084</FONT> if (
openElements
.size() < nestingLimit) {<a name="line.84"></a>
95
<FONT color="green">092</FONT> if (
openElements
.size() < nestingLimit) {<a name="line.92"></a>
99
<FONT color="green">096</FONT>
openElements
.add(elInfo);<a name="line.96"></a>
104
<FONT color="green">101</FONT> int nOpen =
openElements
.size();<a name="line.101"></a>
106
<FONT color="green">103</FONT> ElementContainmentInfo top =
openElements
.get(nOpen - 1);<a name="line.103"></a
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 173 milliseconds