Searched refs:SpellCorrectionTriggered (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionCommand.cpp97 applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, SelectionController::SpellCorrectionTriggered | SelectionController::CloseTyping | SelectionController::ClearTypingStyle));
H A DSelectionController.h61 SpellCorrectionTriggered = 1 << 3, enumerator in enum:WebCore::SelectionController::SetSelectionOption
H A DSpellingCorrectionController.cpp273 m_frame->selection()->setSelection(selectionOfCorrected, SelectionController::CloseTyping | SelectionController::ClearTypingStyle | SelectionController::SpellCorrectionTriggered);
H A DEditor.cpp3166 bool shouldCheckSpellingAndGrammar = !(options & SelectionController::SpellCorrectionTriggered);

Completed in 239 milliseconds