closestLeafChildForPoint  954 Source/core/editing/VisibleUnits.cpp         RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->renderer();
closestLeafChildForPoint 1012 Source/core/editing/VisibleUnits.cpp         RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->renderer();
closestLeafChildForPoint  130 Source/core/rendering/RootInlineBox.h     InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);