Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.h112 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
DRootInlineBox.cpp461 InlineBox* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditabl… in closestLeafChildForLogicalLeftPosition() function in WebCore::RootInlineBox
DRenderBlock.cpp4185 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()
4195 …closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContent… in positionForPointWithInlineChildren()
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp566 …RenderObject* renderer = root->closestLeafChildForLogicalLeftPosition(x - absPos.x(), isEditablePo… in previousLinePosition()
673 …RenderObject* renderer = root->closestLeafChildForLogicalLeftPosition(x - absPos.x(), isEditablePo… in nextLinePosition()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0616097 (WebCore::RootInlineBox::closestLeafChildForLogicalLeftPosition):