Home | History | Annotate | Download | only in editing

Lines Matching refs:positionInParentBeforeNode

308         editablePosition = isAtomicNode(editablePosition.deprecatedNode()) ? positionInParentBeforeNode(*editablePosition.deprecatedNode()) : previousVisuallyDistinctCandidate(editablePosition);
470 Position result = positionInParentBeforeNode(*n);
516 return VisiblePosition(positionInParentBeforeNode(node));
727 && isVisiblyAdjacent(positionInParentAfterNode(*firstList), positionInParentBeforeNode(*secondList));
903 position = positionInParentBeforeNode(node);
913 position = positionInParentBeforeNode(node);
921 position = positionInParentBeforeNode(node);
1061 if (endIsVisuallySame && comparePositions(selectedRange.startPosition(), positionInParentBeforeNode(node)) < 0)