Home | History | Annotate | Download | only in rendering

Lines Matching refs:isTableSection

139     } else if (child->isTableSection()) {
183 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) {
189 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
198 if (beforeChild && !beforeChild->isTableSection() && beforeChild->style()->display() != TABLE_CAPTION && beforeChild->style()->display() != TABLE_COLUMN_GROUP)
358 if (!child->isTableSection()) {
365 if (child->isTableSection()) {
415 if (child->isTableSection())
499 if (child->isTableSection()) {
509 if (child->isTableSection())
560 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child == m_caption)) {
582 if (child->isTableSection()) {
675 if (child->isTableSection())
693 if (child->isTableSection())
795 if (child->isTableSection()) {
805 if (child->isTableSection()) {
815 if (child->isTableSection()) {
830 if (child->isTableSection()) {
1018 for (child = lastChild(); child && !child->isTableSection(); child = child->previousSibling()) { }
1049 if (!child->isTableSection())
1079 if (!child->isTableSection())
1103 if (prevSection->isTableSection() && prevSection != m_head && prevSection != m_foot && (!skipEmptySections || toRenderTableSection(prevSection)->numRows()))
1121 if (nextSection->isTableSection() && nextSection != m_head && nextSection != m_foot && (!skipEmptySections || toRenderTableSection(nextSection)->numRows()))
1265 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child == m_caption)) {