Searched refs:inListItemScope (Results 1 – 4 of 4) sorted by relevance
129 bool inListItemScope(const AtomicString& tagName) const;130 bool inListItemScope(const QualifiedName&) const;
484 bool HTMLElementStack::inListItemScope(const AtomicString& targetTag) const in inListItemScope() function in WebCore::HTMLElementStack489 bool HTMLElementStack::inListItemScope(const QualifiedName& tagName) const in inListItemScope() function in WebCore::HTMLElementStack492 return inListItemScope(tagName.localName()); in inListItemScope()
1953 if (!m_tree.openElements()->inListItemScope(token.name())) { in processEndTagForInBody()
106239 (WebCore::HTMLElementStack::inListItemScope):109827 (WebCore::HTMLElementStack::inListItemScope):