Home | Sort by relevance Sort by last modified time |
/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 |