Home | History | Annotate | Download | only in editing

Lines Matching defs:visibleStart

1062     VisiblePosition caretAfterDelete = endingSelection().visibleStart();
1168 VisiblePosition visibleStart = endingSelection().visibleStart();
1171 bool startAfterParagraph = comparePositions(visibleStart, endOfParagraphToMove) > 0;
1175 bool startInParagraph = comparePositions(visibleStart, startOfParagraphToMove) >= 0;
1180 RefPtrWillBeRawPtr<Range> startRange = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), visibleStart.deepEquivalent().parentAnchoredEquivalent());
1260 bool selectionIsEmptyParagraph = endingSelection().isCaret() && isStartOfParagraph(endingSelection().visibleStart()) && isEndOfParagraph(endingSelection().visibleStart());
1282 RefPtrWillBeRawPtr<Node> emptyListItem = enclosingEmptyListItem(endingSelection().visibleStart());
1353 VisiblePosition caret(endingSelection().visibleStart());