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

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 51 , m_corrected(corrected)
64 document()->frame()->editor()->unappliedSpellCorrection(startingSelection(), m_corrected, m_correction); local
70 String m_corrected; member in class:WebCore::SpellingCorrectionRecordUndoCommand
86 m_corrected = plainText(m_rangeToBeCorrected.get());
87 if (!m_corrected.length())
99 applyCommandToComposite(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_correction));
SpellingCorrectionCommand.h 47 String m_corrected; member in class:WebCore::SpellingCorrectionCommand

Completed in 69 milliseconds