inButtonScope     517 Source/core/html/parser/HTMLElementStack.cpp     return inButtonScope(tagName.localName());
inButtonScope     146 Source/core/html/parser/HTMLElementStack.h     bool inButtonScope(const AtomicString& tagName) const;
inButtonScope     147 Source/core/html/parser/HTMLElementStack.h     bool inButtonScope(const QualifiedName&) const;
inButtonScope     456 Source/core/html/parser/HTMLTreeBuilder.cpp     if (!m_tree.openElements()->inButtonScope(pTag.localName()))
inButtonScope     758 Source/core/html/parser/HTMLTreeBuilder.cpp         if (!m_tree.inQuirksMode() && m_tree.openElements()->inButtonScope(pTag))
inButtonScope    1789 Source/core/html/parser/HTMLTreeBuilder.cpp         if (!m_tree.openElements()->inButtonScope(token->name())) {