Searched refs:typingCommand (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTypingCommand.cpp140 void TypingCommand::updateSelectionIfDifferentFromCurrentSelection(TypingCommand* typingCommand, Frame* frame) argument
144 if (currentSelection == typingCommand->endingSelection())
147 typingCommand->setStartingSelection(currentSelection);
148 typingCommand->setEndingSelection(currentSelection);

Completed in 71 milliseconds