Home
last modified time | relevance | path

Searched refs:closestLeafChildForPosition (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.h51 InlineBox* closestLeafChildForPosition(const LayoutPoint&);
DSVGRootInlineBox.cpp180 InlineBox* SVGRootInlineBox::closestLeafChildForPosition(const LayoutPoint& point) in closestLeafChildForPosition() function in blink::SVGRootInlineBox
DRenderSVGText.cpp457 … InlineBox* closestBox = toSVGRootInlineBox(rootBox)->closestLeafChildForPosition(pointInContents); in positionForPoint()