Searched refs:lastLeaf (Results 1 – 2 of 2) sorted by relevance
617 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition() local619 if (firstLeaf != lastLeaf) { in closestLeafChildForLogicalLeftPosition()622 else if (lastLeaf->isLineBreak()) in closestLeafChildForLogicalLeftPosition()623 lastLeaf = lastLeaf->prevLeafChildIgnoringLineBreak(); in closestLeafChildForLogicalLeftPosition()626 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf))) in closestLeafChildForLogicalLeftPosition()635 … (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEdita… in closestLeafChildForLogicalLeftPosition()638 return lastLeaf; in closestLeafChildForLogicalLeftPosition()651 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForLogicalLeftPosition()
196 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition() local197 if (firstLeaf == lastLeaf) in closestLeafChildForPosition()215 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForPosition()