Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastLineBox

755     // builds and help us someday figure out why.  We also put in a redundant check of lastLineBox() to avoid the crash for now.
756 ASSERT(!firstLineBox() == !lastLineBox()); // Either both are null or both exist.
757 if (firstLineBox() && lastLineBox()) {
772 float width = isHorizontal ? logicalRightSide - logicalLeftSide : lastLineBox()->logicalBottom() - x;
773 float height = isHorizontal ? lastLineBox()->logicalBottom() - y : logicalRightSide - logicalLeftSide;
935 if (!firstLineBox() || !lastLineBox())
947 RootInlineBox* lastRootBox = lastLineBox()->root();
951 int logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()) - logicalTop;