Home | History | Annotate | Download | only in editing

Lines Matching defs:visibleStart

1047     VisiblePosition caretAfterDelete = endingSelection().visibleStart();
1151 VisiblePosition visibleStart = endingSelection().visibleStart();
1154 bool startAfterParagraph = comparePositions(visibleStart, endOfParagraphToMove) > 0;
1158 bool startInParagraph = comparePositions(visibleStart, startOfParagraphToMove) >= 0;
1163 RefPtr<Range> startRange = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), visibleStart.deepEquivalent().parentAnchoredEquivalent());
1243 bool selectionIsEmptyParagraph = endingSelection().isCaret() && isStartOfParagraph(endingSelection().visibleStart()) && isEndOfParagraph(endingSelection().visibleStart());
1263 RefPtr<Node> emptyListItem = enclosingEmptyListItem(endingSelection().visibleStart());
1333 VisiblePosition caret(endingSelection().visibleStart());