Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastLineBox

223         parentBox = obj->isRenderInline() ? toRenderInline(obj)->lastLineBox() : toRenderBlock(obj)->lastLineBox();
309 ASSERT(lastLineBox() && !lastLineBox()->isConstructed());
314 lastLineBox()->root()->setHasSelectedChildren(true);
320 lastLineBox()->determineSpacingForFlowBoxes(lastLine, endObject);
323 lastLineBox()->setConstructed();
1042 ASSERT(!firstLineBox() && !lastLineBox());