Searched refs:inTableScope (Results 1 – 4 of 4) sorted by relevance
131 bool inTableScope(const AtomicString& tagName) const;132 bool inTableScope(const QualifiedName&) const;
1048 if (m_tree.openElements()->inTableScope(tdTag)) { in closeTheCell()1049 ASSERT(!m_tree.openElements()->inTableScope(thTag)); in closeTheCell()1053 ASSERT(m_tree.openElements()->inTableScope(thTag)); in closeTheCell()1284 …ents()->inTableScope(tbodyTag.localName()) && !m_tree.openElements()->inTableScope(theadTag.localN… in processStartTag()1326 … if (!m_tree.openElements()->inTableScope(tdTag) && !m_tree.openElements()->inTableScope(thTag)) { in processStartTag()1774 if (!m_tree.openElements()->inTableScope(token.name())) { in processEndTagForInTableBody()1785 …ents()->inTableScope(tbodyTag.localName()) && !m_tree.openElements()->inTableScope(theadTag.localN… in processEndTagForInTableBody()1824 if (!m_tree.openElements()->inTableScope(token.name())) { in processEndTagForInRow()1847 if (!m_tree.openElements()->inTableScope(token.name())) { in processEndTagForInCell()1868 if (!m_tree.openElements()->inTableScope(token.name())) { in processEndTagForInCell()[all …]
495 bool HTMLElementStack::inTableScope(const AtomicString& targetTag) const in inTableScope() function in WebCore::HTMLElementStack500 bool HTMLElementStack::inTableScope(const QualifiedName& tagName) const in inTableScope() function in WebCore::HTMLElementStack503 return inTableScope(tagName.localName()); in inTableScope()
106240 (WebCore::HTMLElementStack::inTableScope):109828 (WebCore::HTMLElementStack::inTableScope):