OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openElements
(Results
1 - 7
of
7
) 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();
623
if (!m_tree.
openElements
()->secondElementIsHTMLBodyElement() || m_tree.
openElements
()->hasOnlyOneElement() || m_tree.
openElements
()->hasTemplateInHTMLScope()) {
633
if (!m_tree.
openElements
()->secondElementIsHTMLBodyElement() || m_tree.
openElements
()->hasOnlyOneElement()) {
639
m_tree.
openElements
()->bodyElement()->remove(ASSERT_NO_EXCEPTION);
640
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(); }
HTMLConstructionSite.h
183
HTMLElementStack*
openElements
() const { return &m_openElements; }
HTMLTreeBuilderSimulator.cpp
118
for (HTMLElementStack::ElementRecord* record = treeBuilder->
openElements
()->topRecord(); record; record = record->next()) {
HTMLConstructionSite.cpp
535
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/lib/
owasp-java-html-sanitizer.jar
Completed in 392 milliseconds