Home | History | Annotate | Download | only in rendering

Lines Matching full:isanonymous

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)
191 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {