HomeSort by relevance Sort by last modified time
    Searched defs:isTableSection (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RenderTableSection.h 111 virtual bool isTableSection() const { return true; }
157 ASSERT(!object || object->isTableSection());
163 ASSERT(!object || object->isTableSection());
RenderObject.h 298 virtual bool isTableSection() const { return false; }
    [all...]
  /external/webkit/WebCore/html/
HTMLParser.cpp 331 static bool isTableSection(const Node* n)
339 isTableSection(n);
591 } else if (h->hasLocalName(tableTag) || h->hasLocalName(trTag) || isTableSection(h)) {
612 isTableSection(parent) && grandparent && grandparent->hasTagName(tableTag)) ||
614 !n->hasTagName(formTag) && !n->hasTagName(scriptTag)) && isTableSection(node) &&
    [all...]

Completed in 15 milliseconds