Searched refs:inScope (Results 1 – 9 of 9) sorted by relevance
126 bool inScope(Element*) const;127 bool inScope(const AtomicString& tagName) const;128 bool inScope(const QualifiedName&) const;
460 bool HTMLElementStack::inScope(Element* targetElement) const in inScope() function in WebCore::HTMLElementStack473 bool HTMLElementStack::inScope(const AtomicString& targetTag) const in inScope() function in WebCore::HTMLElementStack478 bool HTMLElementStack::inScope(const QualifiedName& tagName) const in inScope() function in WebCore::HTMLElementStack481 return inScope(tagName.localName()); in inScope()
839 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 …]
295 public int getFirstNamespaceNode(int nodeHandle, boolean inScope); in getFirstNamespaceNode() argument340 boolean inScope); in getNextNamespaceNode() argument
1459 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) in getFirstNamespaceNode() argument1461 if(inScope) in getFirstNamespaceNode()1512 boolean inScope) in getNextNamespaceNode() argument1514 if(inScope) in getNextNamespaceNode()
1142 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) { in getFirstNamespaceNode() argument1251 public int getNextNamespaceNode(int baseHandle,int namespaceHandle, boolean inScope) { in getNextNamespaceNode() argument
3242 protected final void copyNS(final int nodeID, SerializationHandler handler, boolean inScope) in copyNS() argument3262 if (inScope) { in copyNS()3290 if (inScope) { in copyNS()
106233 - 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):
38324 Fix this by ensuring that the inScope() family of functions operate in38336 (WebCore::HTMLElementStack::inScope):