Home | History | Annotate | Download | only in rendering

Lines Matching refs:isAnonymous

170     if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) {
176 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
178 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {