Searched refs:onlyEditableLeaves (Results 1 – 2 of 2) sorted by relevance
485 …* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves) in closestLeafChildForPoint() argument487 …block().isHorizontalWritingMode() ? pointInContents.x() : pointInContents.y(), onlyEditableLeaves); in closestLeafChildForPoint()490 …x* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditableLeaves) in closestLeafChildForLogicalLeftPosition() argument502 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()
129 InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);130 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);