Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionCommand.cpp42 class SpellingCorrectionRecordUndoCommand : public SimpleEditCommand { class
44 …static PassRefPtr<SpellingCorrectionRecordUndoCommand> create(Document* document, const String& co… in create()
46 return adoptRef(new SpellingCorrectionRecordUndoCommand(document, corrected, correction)); in create()
49SpellingCorrectionRecordUndoCommand(Document* document, const String& corrected, const String& cor… in SpellingCorrectionRecordUndoCommand() function in WebCore::SpellingCorrectionRecordUndoCommand
99 …applyCommandToComposite(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_cor… in doApply()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16808 SpellingCorrectionRecordUndoCommand and ReplaceSelectionCommand.
873 (WebCore::SpellingCorrectionRecordUndoCommand::create):
874 (WebCore::SpellingCorrectionRecordUndoCommand::SpellingCorrectionRecordUndoCommand):
875 (WebCore::SpellingCorrectionRecordUndoCommand::doApply):
876 (WebCore::SpellingCorrectionRecordUndoCommand::doUnapply):