Searched refs:inScopeCommon (Results 1 – 1 of 1) sorted by relevance
451 bool inScopeCommon(HTMLElementStack::ElementRecord* top, const AtomicString& targetTag) in inScopeCommon() function492 return inScopeCommon<isScopeMarker>(m_top.get(), targetTag); in inScope()502 return inScopeCommon<isListItemScopeMarker>(m_top.get(), targetTag); in inListItemScope()512 return inScopeCommon<isTableScopeMarker>(m_top.get(), targetTag); in inTableScope()522 return inScopeCommon<isButtonScopeMarker>(m_top.get(), targetTag); in inButtonScope()532 return inScopeCommon<isSelectScopeMarker>(m_top.get(), targetTag); in inSelectScope()542 return inScopeCommon<isRootNode>(m_top.get(), templateTag.localName()); in hasTemplateInHTMLScope()