Home
last modified time | relevance | path

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

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