Searched refs:targetTag (Results 1 – 1 of 1) sorted by relevance
421 bool inScopeCommon(HTMLElementStack::ElementRecord* top, const AtomicString& targetTag) in inScopeCommon() argument425 if (node->hasLocalName(targetTag)) in inScopeCommon()473 bool HTMLElementStack::inScope(const AtomicString& targetTag) const in inScope()475 return inScopeCommon<isScopeMarker>(m_top.get(), targetTag); in inScope()484 bool HTMLElementStack::inListItemScope(const AtomicString& targetTag) const in inListItemScope()486 return inScopeCommon<isListItemScopeMarker>(m_top.get(), targetTag); in inListItemScope()495 bool HTMLElementStack::inTableScope(const AtomicString& targetTag) const in inTableScope()497 return inScopeCommon<isTableScopeMarker>(m_top.get(), targetTag); in inTableScope()506 bool HTMLElementStack::inButtonScope(const AtomicString& targetTag) const in inButtonScope()508 return inScopeCommon<isButtonScopeMarker>(m_top.get(), targetTag); in inButtonScope()[all …]