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

/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.h118 void setAsynchronousSpellCheckingEnabled(WebPageGroupProxy*, bool);
H A DInjectedBundle.cpp348 void InjectedBundle::setAsynchronousSpellCheckingEnabled(WebPageGroupProxy* pageGroup, bool enabled) function in class:WebKit::InjectedBundle
352 (*iter)->settings().setAsynchronousSpellCheckingEnabled(enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferencesPrivate.h345 - (void)setAsynchronousSpellCheckingEnabled:(BOOL)flag;
H A DWebPreferences.mm2059 - (void)setAsynchronousSpellCheckingEnabled:(BOOL)flag
H A DWebView.mm2261 settings.setAsynchronousSpellCheckingEnabled([preferences asynchronousSpellCheckingEnabled]);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp203 toImpl(bundleRef)->setAsynchronousSpellCheckingEnabled(toImpl(pageGroupRef), enabled);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPreferences.cpp674 toImpl(preferencesRef)->setAsynchronousSpellCheckingEnabled(enabled);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp2789 settings.setAsynchronousSpellCheckingEnabled(store.getBoolValueForKey(WebPreferencesKey::asynchronousSpellCheckingEnabledKey()));

Completed in 172 milliseconds