Searched refs:setAsynchronousSpellCheckingEnabled (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebSettings.h116 virtual void setAsynchronousSpellCheckingEnabled(bool) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebSettingsImpl.h109 virtual void setAsynchronousSpellCheckingEnabled(bool);
H A DWebSettingsImpl.cpp366 void WebSettingsImpl::setAsynchronousSpellCheckingEnabled(bool enabled) function in class:WebKit::WebSettingsImpl
368 m_settings->setAsynchronousSpellCheckingEnabled(enabled);
/external/chromium/webkit/glue/
H A Dwebpreferences.cc210 settings->setAsynchronousSpellCheckingEnabled(
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h235 - (void)setAsynchronousSpellCheckingEnabled:(BOOL)flag;
H A DWebPreferences.mm1462 - (void)setAsynchronousSpellCheckingEnabled:(BOOL)flag
H A DWebView.mm1551 settings->setAsynchronousSpellCheckingEnabled([preferences asynchronousSpellCheckingEnabled]);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h143 void setAsynchronousSpellCheckingEnabled(bool);
H A DLayoutTestControllerQt.cpp392 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
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h157 void setAsynchronousSpellCheckingEnabled(const CppArgumentList&, CppVariant*);
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/Source/WebCore/page/
H A DSettings.h427 void setAsynchronousSpellCheckingEnabled(bool flag) { m_asynchronousSpellCheckingEnabled = flag; } function in class:WebCore::Settings
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h291 void setAsynchronousSpellCheckingEnabled(bool);
H A DLayoutTestController.cpp1706 controller->setAsynchronousSpellCheckingEnabled(JSValueToBoolean(context, arguments[0]));
2295 { "setAsynchronousSpellCheckingEnabled", setAsynchronousSpellCheckingEnabledCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm832 void LayoutTestController::setAsynchronousSpellCheckingEnabled(bool enabled)
834 [[[mainFrame webView] preferences] setAsynchronousSpellCheckingEnabled:enabled];
H A DDumpRenderTree.mm478 [preferences setAsynchronousSpellCheckingEnabled:NO];
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp834 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

Completed in 2538 milliseconds