Searched refs:SpellingCorrectionRecordUndoCommand (Results 1 – 2 of 2) sorted by relevance
42 class SpellingCorrectionRecordUndoCommand : public SimpleEditCommand { class44 …static PassRefPtr<SpellingCorrectionRecordUndoCommand> create(Document* document, const String& co… in create()46 return adoptRef(new SpellingCorrectionRecordUndoCommand(document, corrected, correction)); in create()49 …SpellingCorrectionRecordUndoCommand(Document* document, const String& corrected, const String& cor… in SpellingCorrectionRecordUndoCommand() function in WebCore::SpellingCorrectionRecordUndoCommand99 …applyCommandToComposite(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_cor… in doApply()
808 SpellingCorrectionRecordUndoCommand and ReplaceSelectionCommand.873 (WebCore::SpellingCorrectionRecordUndoCommand::create):874 (WebCore::SpellingCorrectionRecordUndoCommand::SpellingCorrectionRecordUndoCommand):875 (WebCore::SpellingCorrectionRecordUndoCommand::doApply):876 (WebCore::SpellingCorrectionRecordUndoCommand::doUnapply):