Searched refs:isTableSection (Results 1 – 10 of 10) sorted by relevance
129 } else if (child->isTableSection()) { in addChild()164 if (child->isTableSection()) in addChild()175 …if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && … in addChild()182 if (section && section->isTableSection() && section->isAnonymous()) { in addChild()189 …while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style… in addChild()198 …if (beforeChild && !beforeChild->isTableSection() && beforeChild->style()->display() != TABLE_CAPT… in addChild()451 if (child->isTableSection()) { in layout()592 if (!section->isTableSection()) in recalcCollapsedBorders()682 …if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || c… in paintObject()812 if (!child->isTableSection()) in splitColumn()[all …]
229 virtual bool isTableSection() const { return true; } in isTableSection() function311 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTableSection, isTableSection());
117 …ASSERT(!owner->isRenderBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !… in insertChildNode()
367 virtual bool isTableSection() const { return false; } in isTableSection() function395 …turn isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); } in isTablePart()485 …if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexi… in canHaveWhitespaceChildren()
58 } else if (child->isTableSection()) { in recalcColumn()
305 else if (newChild->isTableSection()) in requiresAnonymousTableWrappers()308 return !isTableSection(); in requiresAnonymousTableWrappers()
4909 } else if (box->isTableSection()) in markBoxForRelayoutAfterSplit()
108 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag)) in rendererIsNeeded()
395 …r && (renderer->isTableCell() || renderer->isTableRow() || renderer->isTableSection() || renderer-… in isTableStructureNode()
356 if (m_renderer->isTableSection()) in determineAccessibilityRole()