Searched refs:inSelectScope (Results 1 – 4 of 4) sorted by relevance
135 bool inSelectScope(const AtomicString& tagName) const;136 bool inSelectScope(const QualifiedName&) const;
517 bool HTMLElementStack::inSelectScope(const AtomicString& targetTag) const in inSelectScope() function in WebCore::HTMLElementStack522 bool HTMLElementStack::inSelectScope(const QualifiedName& tagName) const in inSelectScope() function in WebCore::HTMLElementStack525 return inSelectScope(tagName.localName()); in inSelectScope()
1453 if (!m_tree.openElements()->inSelectScope(selectTag)) { in processStartTag()2300 if (!m_tree.openElements()->inSelectScope(token.name())) { in processEndTag()
30486 (WebCore::HTMLElementStack::inSelectScope): Ditto.