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.h134 InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);
DRootInlineBox.cpp609 InlineBox* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditab… in closestLeafChildForPoint() function in WebCore::RootInlineBox
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp966 …RenderObject* renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in previousLinePosition()
1024 …RenderObject* renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in nextLinePosition()