inSelectScope     527 Source/core/html/parser/HTMLElementStack.cpp     return inSelectScope(tagName.localName());
inSelectScope     148 Source/core/html/parser/HTMLElementStack.h     bool inSelectScope(const AtomicString& tagName) const;
inSelectScope     149 Source/core/html/parser/HTMLElementStack.h     bool inSelectScope(const QualifiedName&) const;
inSelectScope    1352 Source/core/html/parser/HTMLTreeBuilder.cpp             if (!m_tree.openElements()->inSelectScope(selectTag)) {
inSelectScope    2169 Source/core/html/parser/HTMLTreeBuilder.cpp             if (!m_tree.openElements()->inSelectScope(token->name())) {