Home
last modified time | relevance | path

Searched refs:applyAutocorrectionBeforeTypingIfAppropriate (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.h96 bool applyAutocorrectionBeforeTypingIfAppropriate() UNLESS_ENABLED({ return false; })
DEditor.h434 bool applyAutocorrectionBeforeTypingIfAppropriate();
DSpellingCorrectionController.cpp248 bool SpellingCorrectionController::applyAutocorrectionBeforeTypingIfAppropriate() in applyAutocorrectionBeforeTypingIfAppropriate() function in WebCore::SpellingCorrectionController
DEditor.cpp1104 …onsiderApplyingAutocorrection && m_spellingCorrector->applyAutocorrectionBeforeTypingIfAppropriate in insertTextWithoutSendingTextEvent()
1140 …bool autocorrectionIsApplied = m_spellingCorrector->applyAutocorrectionBeforeTypingIfAppropriate(); in insertLineBreak()
1158 …bool autocorrectionIsApplied = m_spellingCorrector->applyAutocorrectionBeforeTypingIfAppropriate(); in insertParagraphSeparator()
/external/webkit/Source/WebCore/
DChangeLog26006 (WebCore::SpellingCorrectionController::applyAutocorrectionBeforeTypingIfAppropriate):
38769 (WebCore::Editor::applyAutocorrectionBeforeTypingIfAppropriate):
56915 (WebCore::Editor::applyAutocorrectionBeforeTypingIfAppropriate):
DChangeLog-2011-02-168868 (WebCore::Editor::applyAutocorrectionBeforeTypingIfAppropriate): Apply pending correction.