Home | History | Annotate | Download | only in editing

Lines Matching refs:firstPositionInOrBeforeNode

665         if (!startNode || comparePositions(end, firstPositionInOrBeforeNode(startNode)) < 0)
924 Node* unsplittableElement = unsplittableElementForPosition(firstPositionInOrBeforeNode(node));
1074 s = firstPositionInOrBeforeNode(next.get());
1104 return comparePositions(firstPositionInOrBeforeNode(node), start) >= 0
1114 bool isFullyAfterEnd = comparePositions(firstPositionInOrBeforeNode(node), end) > 0;
1375 positionForStyleComparison = firstPositionInOrBeforeNode(startNode.get());