closestLeafChildForLogicalLeftPosition 3024 Source/core/rendering/RenderBlock.cpp             closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x());
closestLeafChildForLogicalLeftPosition 3034 Source/core/rendering/RenderBlock.cpp         closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x());
closestLeafChildForLogicalLeftPosition  494 Source/core/rendering/RootInlineBox.cpp     return closestLeafChildForLogicalLeftPosition(block().isHorizontalWritingMode() ? pointInContents.x() : pointInContents.y(), onlyEditableLeaves);
closestLeafChildForLogicalLeftPosition  131 Source/core/rendering/RootInlineBox.h     InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);