Home
last modified time | relevance | path

Searched refs:inScope (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.h126 bool inScope(Element*) const;
127 bool inScope(const AtomicString& tagName) const;
128 bool inScope(const QualifiedName&) const;
DHTMLElementStack.cpp460 bool HTMLElementStack::inScope(Element* targetElement) const in inScope() function in WebCore::HTMLElementStack
473 bool HTMLElementStack::inScope(const AtomicString& targetTag) const in inScope() function in WebCore::HTMLElementStack
478 bool HTMLElementStack::inScope(const QualifiedName& tagName) const in inScope() function in WebCore::HTMLElementStack
481 return inScope(tagName.localName()); in inScope()
DHTMLTreeBuilder.cpp839 if (m_tree.openElements()->inScope(buttonTag)) { in processStartTagForInBody()
870 if (m_tree.openElements()->inScope(nobrTag)) { in processStartTagForInBody()
982 if (m_tree.openElements()->inScope(optionTag.localName())) { in processStartTagForInBody()
991 if (m_tree.openElements()->inScope(rubyTag.localName())) { in processStartTagForInBody()
1544 if (!m_tree.openElements()->inScope(bodyTag.localName())) { in processBodyEndTagForInBody()
1612 ….openElements()->contains(formattingElement)) && !m_tree.openElements()->inScope(formattingElement… in callTheAdoptionAgency()
1917 if (!m_tree.openElements()->inScope(token.name())) { in processEndTagForInBody()
1929 if (!node || !m_tree.openElements()->inScope(node.get())) { in processEndTagForInBody()
1942 ASSERT(m_tree.openElements()->inScope(token.name())); in processEndTagForInBody()
1965 if (!m_tree.openElements()->inScope(token.name())) { in processEndTagForInBody()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java295 public int getFirstNamespaceNode(int nodeHandle, boolean inScope); in getFirstNamespaceNode() argument
340 boolean inScope); in getNextNamespaceNode() argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1459 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) in getFirstNamespaceNode() argument
1461 if(inScope) in getFirstNamespaceNode()
1512 boolean inScope) in getNextNamespaceNode() argument
1514 if(inScope) in getNextNamespaceNode()
DDTMDocumentImpl.java1142 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) { in getFirstNamespaceNode() argument
1251 public int getNextNamespaceNode(int baseHandle,int namespaceHandle, boolean inScope) { in getNextNamespaceNode() argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3242 protected final void copyNS(final int nodeID, SerializationHandler handler, boolean inScope) in copyNS() argument
3262 if (inScope) { in copyNS()
3290 if (inScope) { in copyNS()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06106233 - Added QualifiedName versions of inScope functions.
106238 (WebCore::HTMLElementStack::inScope):
109817 I deployed inScope("body") for </body> and </html> in InBody.
109826 (WebCore::HTMLElementStack::inScope):
109869 (WebCore::HTMLElementStack::inScope):
111434 (WebCore::HTMLTreeBuilder::ElementStack::inScope):
DChangeLog38324 Fix this by ensuring that the inScope() family of functions operate in
38336 (WebCore::HTMLElementStack::inScope):