Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp165 …t(Document* document, const String& text, const VisibleSelection& selectionForInsertion, Options o… in insertText() argument
173 bool changeSelection = currentSelection != selectionForInsertion; in insertText()
175 Node* startNode = selectionForInsertion.start().deprecatedNode(); in insertText()
194 if (lastTypingCommand->endingSelection() != selectionForInsertion) { in insertText()
195 lastTypingCommand->setStartingSelection(selectionForInsertion); in insertText()
196 lastTypingCommand->setEndingSelection(selectionForInsertion); in insertText()
208 cmd->setStartingSelection(selectionForInsertion); in insertText()
209 cmd->setEndingSelection(selectionForInsertion); in insertText()