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

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 97 applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, SelectionController::SpellCorrectionTriggered | SelectionController::CloseTyping | SelectionController::ClearTypingStyle));
SelectionController.h 61 SpellCorrectionTriggered = 1 << 3,
SpellingCorrectionController.cpp 273 m_frame->selection()->setSelection(selectionOfCorrected, SelectionController::CloseTyping | SelectionController::ClearTypingStyle | SelectionController::SpellCorrectionTriggered);
Editor.cpp     [all...]

Completed in 91 milliseconds