Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h135 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
DRootInlineBox.cpp611 …return closestLeafChildForLogicalLeftPosition(block()->isHorizontalWritingMode() ? pointInContents… in closestLeafChildForPoint()
614 InlineBox* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditabl… in closestLeafChildForLogicalLeftPosition() function in WebCore::RootInlineBox
DRenderBlock.cpp3359 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()
3369 …closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContent… in positionForPointWithInlineChildren()