Searched defs:isAutomaticSpellingCorrectionEnabled (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DTextCheckerState.h38 bool isAutomaticSpellingCorrectionEnabled; member in struct:WebKit::TextCheckerState
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp100 if (!isAutomaticSpellingCorrectionEnabled())
356 bool SpellingCorrectionController::isAutomaticSpellingCorrectionEnabled() function in class:WebCore::SpellingCorrectionController
358 return client() && client()->isAutomaticSpellingCorrectionEnabled();
H A DEditor.cpp1381 bool Editor::isAutomaticSpellingCorrectionEnabled() function in class:WebCore::Editor
1383 return m_spellingCorrector->isAutomaticSpellingCorrectionEnabled();
1987 || ((textCheckingOptions & MarkSpelling) && isAutomaticSpellingCorrectionEnabled())))
3278 if (shouldMarkSpelling && isAutomaticSpellingCorrectionEnabled())
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h521 virtual bool isAutomaticSpellingCorrectionEnabled() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 48 milliseconds