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.h134 InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);
135 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
DRootInlineBox.cpp609 …* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves) in closestLeafChildForPoint() argument
611 …lock()->isHorizontalWritingMode() ? pointInContents.x() : pointInContents.y(), onlyEditableLeaves); in closestLeafChildForPoint()
614 …x* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditableLeaves) in closestLeafChildForLogicalLeftPosition() argument
626 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf))) in closestLeafChildForLogicalLeftPosition()
630 …Leaf->logicalLeft() && !firstLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditabl… in closestLeafChildForLogicalLeftPosition()
635 …Leaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditabl… in closestLeafChildForLogicalLeftPosition()
642 if (!leaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf))) { in closestLeafChildForLogicalLeftPosition()