Searched defs:setAsynchronousSpellCheckingEnabled (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebSettingsImpl.cpp366 void WebSettingsImpl::setAsynchronousSpellCheckingEnabled(bool enabled) function in class:WebKit::WebSettingsImpl
368 m_settings->setAsynchronousSpellCheckingEnabled(enabled);
/external/webkit/Source/WebCore/page/
H A DSettings.h427 void setAsynchronousSpellCheckingEnabled(bool flag) { m_asynchronousSpellCheckingEnabled = flag; } function in class:WebCore::Settings
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp175 bindMethod("setAsynchronousSpellCheckingEnabled", &LayoutTestController::setAsynchronousSpellCheckingEnabled);
646 void LayoutTestController::setAsynchronousSpellCheckingEnabled(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
649 m_shell->webView()->settings()->setAsynchronousSpellCheckingEnabled(cppVariantToBool(arguments[0]));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp834 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp392 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1212 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp570 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool) function in class:LayoutTestController

Completed in 285 milliseconds