HomeSort by relevance Sort by last modified time
    Searched refs:m_correction (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 52 , m_correction(correction)
64 document()->frame()->editor()->unappliedSpellCorrection(startingSelection(), m_corrected, m_correction); local
71 String m_correction; member in class:WebCore::SpellingCorrectionRecordUndoCommand
80 , m_correction(correction)
93 RefPtr<DocumentFragment> fragment = createFragmentFromText(m_rangeToBeCorrected.get(), m_correction);
99 applyCommandToComposite(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_correction));
SpellingCorrectionCommand.h 48 String m_correction; member in class:WebCore::SpellingCorrectionCommand

Completed in 214 milliseconds