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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.h130 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
H A DRootInlineBox.cpp487 return closestLeafChildForLogicalLeftPosition(block().isHorizontalWritingMode() ? pointInContents.x() : pointInContents.y(), onlyEditableLeaves);
490 InlineBox* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditableLeaves) function in class:blink::RootInlineBox
H A DRenderBlock.cpp2675 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x());
2685 closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x());

Completed in 906 milliseconds