inListItemScope   497 Source/core/html/parser/HTMLElementStack.cpp     return inListItemScope(tagName.localName());
inListItemScope   142 Source/core/html/parser/HTMLElementStack.h     bool inListItemScope(const AtomicString& tagName) const;
inListItemScope   143 Source/core/html/parser/HTMLElementStack.h     bool inListItemScope(const QualifiedName&) const;
inListItemScope  1803 Source/core/html/parser/HTMLTreeBuilder.cpp         if (!m_tree.openElements()->inListItemScope(token->name())) {