Home | History | Annotate | Download | only in editing

Lines Matching refs:positionInParentBeforeNode

312         p = isAtomicNode(p.deprecatedNode()) ? positionInParentBeforeNode(p.deprecatedNode()) : previousVisuallyDistinctCandidate(p);
474 Position result = positionInParentBeforeNode(n);
534 return positionInParentBeforeNode(node);
773 && isVisiblyAdjacent(positionInParentAfterNode(firstList), positionInParentBeforeNode(secondList));
909 return positionInParentBeforeNode(node);
1074 if (endIsVisuallySame && comparePositions(selectedRange->startPosition(), positionInParentBeforeNode(node)) < 0)
1132 updatedSelection.setBase(positionInParentBeforeNode(node));
1137 updatedSelection.setExtent(positionInParentBeforeNode(node));