Home
last modified time | relevance | path

Searched refs:inTableScope (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.h131 bool inTableScope(const AtomicString& tagName) const;
132 bool inTableScope(const QualifiedName&) const;
DHTMLTreeBuilder.cpp1048 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 …]
DHTMLElementStack.cpp495 bool HTMLElementStack::inTableScope(const AtomicString& targetTag) const in inTableScope() function in WebCore::HTMLElementStack
500 bool HTMLElementStack::inTableScope(const QualifiedName& tagName) const in inTableScope() function in WebCore::HTMLElementStack
503 return inTableScope(tagName.localName()); in inTableScope()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06106240 (WebCore::HTMLElementStack::inTableScope):
109828 (WebCore::HTMLElementStack::inTableScope):