Home
last modified time | relevance | path

Searched defs:isAutomaticSpellingCorrectionEnabled (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DTextCheckerState.h38 bool isAutomaticSpellingCorrectionEnabled; member
/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp356 bool SpellingCorrectionController::isAutomaticSpellingCorrectionEnabled() in isAutomaticSpellingCorrectionEnabled() function in WebCore::SpellingCorrectionController
DEditor.cpp1381 bool Editor::isAutomaticSpellingCorrectionEnabled() in isAutomaticSpellingCorrectionEnabled() function in WebCore::Editor
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm472 bool WebEditorClient::isAutomaticSpellingCorrectionEnabled() function
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm426 - (BOOL)isAutomaticSpellingCorrectionEnabled; method in WebHTMLViewTextCheckingInternal
5352 {
DWebView.mm5301 {
/external/webkit/Source/WebCore/loader/
DEmptyClients.h521 virtual bool isAutomaticSpellingCorrectionEnabled() { return false; } in isAutomaticSpellingCorrectionEnabled() function