Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DTextCheckerState.h38 bool isAutomaticSpellingCorrectionEnabled; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp358 bool SpellingCorrectionController::isAutomaticSpellingCorrectionEnabled() in isAutomaticSpellingCorrectionEnabled() function in WebCore::SpellingCorrectionController
H A DEditor.cpp1363 bool Editor::isAutomaticSpellingCorrectionEnabled() in isAutomaticSpellingCorrectionEnabled() function in WebCore::Editor
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DEmptyClients.h511 virtual bool isAutomaticSpellingCorrectionEnabled() { return false; } in isAutomaticSpellingCorrectionEnabled() function