Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastRootBox

326     return lastRootBox();
746 if (!fullLayout && lastRootBox() && lastRootBox()->endsWithBreak()) {
750 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) {
753 lastObject = lastRootBox()->firstLeafChild()->renderer();
882 if (m_floatingObjects && lastRootBox()) {
891 lastRootBox()->floats().append(f->m_renderer);
927 setHeight(lastRootBox()->blockHeight());
941 if (m_floatingObjects && (checkForFloatsFromLastLine || positionNewFloats()) && lastRootBox()) {
946 int bottomVisualOverflow = lastRootBox()->bottomVisualOverflow();
947 int bottomLayoutOverflow = lastRootBox()->bottomLayoutOverflow();
963 lastRootBox()->floats().append(f->m_renderer);
1057 if (lastRootBox() && !lastRootBox
1058 curr = lastRootBox();
1062 last = curr ? curr->prevRootBox() : lastRootBox();