Searched refs:inButtonScope (Results 1 – 3 of 3) sorted by relevance
151 bool inButtonScope(const AtomicString& tagName) const;152 bool inButtonScope(const QualifiedName&) const;
520 bool HTMLElementStack::inButtonScope(const AtomicString& targetTag) const in inButtonScope() function in blink::HTMLElementStack525 bool HTMLElementStack::inButtonScope(const QualifiedName& tagName) const in inButtonScope() function in blink::HTMLElementStack527 return inButtonScope(tagName.localName()); in inButtonScope()
468 if (!m_tree.openElements()->inButtonScope(pTag.localName())) in processFakePEndTagIfPInButtonScope()771 if (!m_tree.inQuirksMode() && m_tree.openElements()->inButtonScope(pTag)) in processStartTagForInBody()1812 if (!m_tree.openElements()->inButtonScope(token->name())) { in processEndTagForInBody()