inScopeCommon 482 Source/core/html/parser/HTMLElementStack.cpp return inScopeCommon<isScopeMarker>(m_top.get(), targetTag); inScopeCommon 492 Source/core/html/parser/HTMLElementStack.cpp return inScopeCommon<isListItemScopeMarker>(m_top.get(), targetTag); inScopeCommon 502 Source/core/html/parser/HTMLElementStack.cpp return inScopeCommon<isTableScopeMarker>(m_top.get(), targetTag); inScopeCommon 512 Source/core/html/parser/HTMLElementStack.cpp return inScopeCommon<isButtonScopeMarker>(m_top.get(), targetTag); inScopeCommon 522 Source/core/html/parser/HTMLElementStack.cpp return inScopeCommon<isSelectScopeMarker>(m_top.get(), targetTag); inScopeCommon 532 Source/core/html/parser/HTMLElementStack.cpp return inScopeCommon<isRootNode>(m_top.get(), templateTag.localName());