Searched defs:commonAncestorTag (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp1676 const AtomicString& commonAncestorTag = commonAncestor->localName(); local
1681 if (commonAncestorTag == tableTag
1682 || commonAncestorTag == trTag
1683 || isTableBodyContextTag(commonAncestorTag))

Completed in 60 milliseconds