Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalRight

322             &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
334 LayoutUnit lastLogicalLeft = firstBox->logicalRight();
347 lastLogicalLeft = box->logicalRight();
518 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
527 if (leftPosition < leaf->logicalRight())
589 lineLayoutOverflow.shiftMaxXEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + endPadding));
594 lineLayoutOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + endPadding));