Home
last modified time | relevance | path

Searched refs:selectionAfterUndo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.cpp418 VisibleSelection selectionAfterUndo; in deleteKeyPressed() local
423 selectionAfterUndo = selectionToDelete; in deleteKeyPressed()
481 selectionAfterUndo = selectionToDelete; in deleteKeyPressed()
486selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent()); in deleteKeyPressed()
507 setStartingSelection(selectionAfterUndo); in deleteKeyPressed()
522 VisibleSelection selectionAfterUndo; in forwardDeleteKeyPressed() local
527 selectionAfterUndo = selectionToDelete; in forwardDeleteKeyPressed()
561 selectionAfterUndo = selectionToDelete; in forwardDeleteKeyPressed()
577 selectionAfterUndo.setWithoutValidation(startingSelection().start(), extent); in forwardDeleteKeyPressed()
597 setStartingSelection(selectionAfterUndo); in forwardDeleteKeyPressed()