Searched refs:closestLeafChildForLogicalLeftPosition (Results 1 – 3 of 3) sorted by relevance
135 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
611 …return closestLeafChildForLogicalLeftPosition(block()->isHorizontalWritingMode() ? pointInContents… in closestLeafChildForPoint()614 InlineBox* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditabl… in closestLeafChildForLogicalLeftPosition() function in WebCore::RootInlineBox
3359 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()3369 …closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContent… in positionForPointWithInlineChildren()