Home | History | Annotate | Download | only in editing

Lines Matching refs:VisibleSelection

51 static bool canAppendNewLineFeed(const VisibleSelection& selection)
143 VisibleSelection currentSelection = frame->selection()->selection();
165 void TypingCommand::insertText(Document* document, const String& text, const VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType)
172 VisibleSelection currentSelection = frame->selection()->selection();
463 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM));
472 VisibleSelection selectionToDelete;
473 VisibleSelection selectionAfterUndo;
476 case VisibleSelection::RangeSelection:
480 case VisibleSelection::CaretSelection: {
521 setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM));
537 // We can't let the VisibleSelection class's validation kick in or it'll adjust for us based on
542 case VisibleSelection::NoSelection:
570 VisibleSelection selectionToDelete;
571 VisibleSelection selectionAfterUndo;
574 case VisibleSelection::RangeSelection:
578 case VisibleSelection::CaretSelection: {
596 setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.deprecatedNode()), DOWNSTREAM));
610 // We can't let the VisibleSelection class's validation kick in or it'll adjust for us based on
627 case VisibleSelection::NoSelection: