Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastBox

188     RenderObject* lastBox = beforeChild;
189 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
190 lastBox = lastBox->parent();
191 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {
192 if (beforeChild == lastBox)
193 beforeChild = lastBox->firstChild();
194 lastBox->addChild(child, beforeChild);