Searched refs:closestLeafChildForLogicalLeftPosition (Results 1 – 5 of 5) sorted by relevance
112 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
461 InlineBox* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditabl… in closestLeafChildForLogicalLeftPosition() function in WebCore::RootInlineBox
4185 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()4195 …closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContent… in positionForPointWithInlineChildren()
566 …RenderObject* renderer = root->closestLeafChildForLogicalLeftPosition(x - absPos.x(), isEditablePo… in previousLinePosition()673 …RenderObject* renderer = root->closestLeafChildForLogicalLeftPosition(x - absPos.x(), isEditablePo… in nextLinePosition()
16097 (WebCore::RootInlineBox::closestLeafChildForLogicalLeftPosition):