OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selectionafterundo
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/editing/
TypingCommand.cpp
473
VisibleSelection
selectionAfterUndo
;
478
selectionAfterUndo
= selectionToDelete;
534
selectionAfterUndo
= selectionToDelete;
539
selectionAfterUndo
.setWithoutValidation(startingSelection().end(), selectionToDelete.extent());
560
setStartingSelection(
selectionAfterUndo
);
571
VisibleSelection
selectionAfterUndo
;
576
selectionAfterUndo
= selectionToDelete;
607
selectionAfterUndo
= selectionToDelete;
623
selectionAfterUndo
.setWithoutValidation(startingSelection().start(), extent);
642
setStartingSelection(
selectionAfterUndo
);
[
all
...]
Completed in 61 milliseconds