Home
last modified time | relevance | path

Searched refs:onlyEditableLeaves (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp485 …* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves) in closestLeafChildForPoint() argument
487 …block().isHorizontalWritingMode() ? pointInContents.x() : pointInContents.y(), onlyEditableLeaves); in closestLeafChildForPoint()
490 …x* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditableLeaves) in closestLeafChildForLogicalLeftPosition() argument
502 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf))) in closestLeafChildForLogicalLeftPosition()
506 …tLeaf->logicalLeft() && !firstLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditabl… in closestLeafChildForLogicalLeftPosition()
511 …tLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditabl… in closestLeafChildForLogicalLeftPosition()
518 if (!leaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf))) { in closestLeafChildForLogicalLeftPosition()
DRootInlineBox.h129 InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);
130 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);