Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastLeaf

464     InlineBox* lastLeaf = lastLeafChild();
465 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf)))
474 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
475 // The leftPosition coordinate is greater or equal to right edge of the lastLeaf.
477 return lastLeaf;
490 return closestLeaf ? closestLeaf : lastLeaf;