HomeSort by relevance Sort by last modified time
    Searched full:selectionafterundo (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 408 VisibleSelection selectionAfterUndo;
413 selectionAfterUndo = selectionToDelete;
471 selectionAfterUndo = selectionToDelete;
476 selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent());
497 setStartingSelection(selectionAfterUndo);
512 VisibleSelection selectionAfterUndo;
517 selectionAfterUndo = selectionToDelete;
551 selectionAfterUndo = selectionToDelete;
567 selectionAfterUndo.setWithoutValidation(startingSelection().start(), extent);
587 setStartingSelection(selectionAfterUndo);
    [all...]

Completed in 30 milliseconds