Home | History | Annotate | Download | only in editing

Lines Matching defs:visibleStart

835     VisiblePosition caretAfterDelete = endingSelection().visibleStart();
926 VisiblePosition visibleStart = endingSelection().visibleStart();
929 bool startAfterParagraph = comparePositions(visibleStart, endOfParagraphToMove) > 0;
933 bool startInParagraph = comparePositions(visibleStart, startOfParagraphToMove) >= 0;
938 RefPtr<Range> startRange = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), visibleStart.deepEquivalent().parentAnchoredEquivalent());
1020 bool selectionIsEmptyParagraph = endingSelection().isCaret() && isStartOfParagraph(endingSelection().visibleStart()) && isEndOfParagraph(endingSelection().visibleStart());
1040 Node* emptyListItem = enclosingEmptyListItem(endingSelection().visibleStart());
1108 VisiblePosition caret(endingSelection().visibleStart());