Searched refs:onlyEditableLeaves (Results 1 – 2 of 2) sorted by relevance
134 InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);135 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
609 …* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves) in closestLeafChildForPoint() argument611 …lock()->isHorizontalWritingMode() ? pointInContents.x() : pointInContents.y(), onlyEditableLeaves); in closestLeafChildForPoint()614 …x* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditableLeaves) in closestLeafChildForLogicalLeftPosition() argument626 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()