Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastRootBox

364     return lastRootBox();
728 floatingObject->m_originatingLine = lastRootBox();
729 lastRootBox()->appendFloat(floatingObject->renderer());
964 if (!fullLayout && lastRootBox() && lastRootBox()->endsWithBreak()) {
968 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) {
971 lastObject = lastRootBox()->firstLeafChild()->renderer();
1017 if (lastRootBox())
1018 lastRootBox()->setLineBreakInfo(end.m_obj, end.m_pos, resolver.status());
1120 if (m_floatingObjects && lastRootBox()) {
1172 setLogicalHeight(lastRootBox()->blockLogicalHeight());
1186 if (m_floatingObjects && (checkForFloatsFromLastLine || positionNewFloats()) && lastRootBox()) {
1191 int bottomVisualOverflow = lastRootBox()->logicalBottomVisualOverflow();
1192 int bottomLayoutOverflow = lastRootBox()->logicalBottomLayoutOverflow();
1234 if (lastRootBox()) {
1235 int lowestAllowedPosition = max(lastRootBox()->lineBottom(), logicalHeight() + paddingAfter());
1237 lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosition);
1239 lastLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition);
1352 if (lastRootBox() && !lastRootBox()->endsWithBreak())
1353 curr = lastRootBox();
1357 last = curr ? curr->prevRootBox() : lastRootBox();