Searched refs:closestLeafChildForPosition (Results 1 – 3 of 3) sorted by relevance
51 InlineBox* closestLeafChildForPosition(const LayoutPoint&);
180 InlineBox* SVGRootInlineBox::closestLeafChildForPosition(const LayoutPoint& point) in closestLeafChildForPosition() function in blink::SVGRootInlineBox
457 … InlineBox* closestBox = toSVGRootInlineBox(rootBox)->closestLeafChildForPosition(pointInContents); in positionForPoint()