Searched refs:isTableSection (Results 1 – 17 of 17) sorted by relevance
139 } else if (child->isTableSection()) { in addChild()183 … if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->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()358 if (!child->isTableSection()) { in layout()365 if (child->isTableSection()) { in layout()415 if (child->isTableSection()) in layout()499 if (child->isTableSection()) { in addOverflowFromChildren()509 if (child->isTableSection()) in setCellLogicalWidths()560 …if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || c… in paintObject()[all …]
130 virtual bool isTableSection() const { return true; } in isTableSection() function173 ASSERT(!object || object->isTableSection()); in toRenderTableSection()179 ASSERT(!object || object->isTableSection()); in toRenderTableSection()
144 …ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChi… in appendChildNode()203 …ASSERT(!owner->isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTab… in insertChildNode()255 if (!(object->isTable() || object->isTableSection() || object->isTableRow())) in findBeforeAfterParent()
292 else if (newChild->isTableSection()) in addChild()295 needsTable = !isTableSection(); in addChild()645 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection() in containingBlock()
55 else if (child->isTableSection()) { in recalcColumn()
295 virtual bool isTableSection() const { return false; } in isTableSection() function
372 …verflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTableSection())) { in updateBoxModelInfoFromStyle()
719 || newChild->isTableSection() in addChildIgnoringAnonymousColumnBlocks()
210 …if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFr… in rendererIsNeeded()
115 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag)) in rendererIsNeeded()
395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
3110 if (m_renderer->isTableSection()) in determineAccessibilityRole()
6597 (isTableSection):9165 (isTableSection):11837 (isTableSection):
29105 (WebCore::RenderObject::isTableSection):69062 (WebCore::isTableSection): Added.
69081 (WebCore::RenderTableSection::isTableSection):
40655 (WebCore::isTableSection):
122341 (WebCore::isTableSection):