Searched refs:closestLeafChildForPoint (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.h129 InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);
H A DRootInlineBox.cpp485 InlineBox* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves) function in class:blink::RootInlineBox
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp953 RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->renderer();
1011 RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->renderer();

Completed in 1727 milliseconds