Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastBox

166         RenderObject* lastBox = last;
167 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow())
168 lastBox = lastBox->parent();
169 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) {
170 lastBox->addChild(child, beforeChild);