Home | History | Annotate | Download | only in rendering

Lines Matching refs:TABLE_CAPTION

120     if (child->isRenderBlock() && child->style()->display() == TABLE_CAPTION) {
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)
786 case TABLE_CAPTION: