Searched refs:leftPosition (Results 1 – 1 of 1) sorted by relevance
614 InlineBox* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditabl… in closestLeafChildForLogicalLeftPosition() argument630 …if (leftPosition <= firstLeaf->logicalLeft() && !firstLeaf->renderer()->isListMarker() && (!onlyEd… in closestLeafChildForLogicalLeftPosition()635 …if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEdi… in closestLeafChildForLogicalLeftPosition()644 if (leftPosition < leaf->logicalRight()) in closestLeafChildForLogicalLeftPosition()