Searched refs:setGrammarCheckingEnabled (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebTextCheckerClient.cpp70 void WebTextCheckerClient::setGrammarCheckingEnabled(bool enabled) function in class:WebKit::WebTextCheckerClient
72 if (!m_client.setGrammarCheckingEnabled)
75 m_client.setGrammarCheckingEnabled(enabled, m_client.base.clientInfo);
H A DTextChecker.h44 static void setGrammarCheckingEnabled(bool);
H A DWebTextCheckerClient.h51 void setGrammarCheckingEnabled(bool);
H A DWebPageProxy.cpp3784 TextChecker::setGrammarCheckingEnabled(!TextChecker::state().isGrammarCheckingEnabled);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DTextCheckerGtk.cpp68 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) function in class:WebKit::TextChecker
73 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLViewInternal.h55 - (void)setGrammarCheckingEnabled:(BOOL)flag;
H A DWebViewPrivate.h928 - (void)setGrammarCheckingEnabled:(BOOL)flag;
H A DWebHTMLView.mm5553 - (void)setGrammarCheckingEnabled:(BOOL)flag
5557 [[self _webView] setGrammarCheckingEnabled:flag];
H A DWebView.mm7361 - (void)setGrammarCheckingEnabled:(BOOL)flag
7380 [self setGrammarCheckingEnabled:![self isGrammarCheckingEnabled]];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DTextCheckerIOS.mm58 void TextChecker::setGrammarCheckingEnabled(bool)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKTextChecker.h65 WKTextCheckerSetGrammarCheckingEnabled setGrammarCheckingEnabled; member in struct:WKTextCheckerClientV0
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DTextCheckerEfl.cpp81 void TextChecker::setGrammarCheckingEnabled(bool) function in class:WebKit::TextChecker
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebPreferences.idl171 HRESULT setGrammarCheckingEnabled([in] BOOL enabled);
H A DIWebView.idl1052 - (void)setGrammarCheckingEnabled:(BOOL)flag
1054 HRESULT setGrammarCheckingEnabled(BOOL enabled);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DTextCheckerMac.mm141 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled)
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferences.h274 virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
H A DWebView.h482 virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
H A DWebPreferences.cpp1340 HRESULT WebPreferences::setGrammarCheckingEnabled(BOOL enabled) function in class:WebPreferences
H A DWebView.cpp4094 return setGrammarCheckingEnabled(enabled ? FALSE : TRUE);
4381 HRESULT STDMETHODCALLTYPE WebView::setGrammarCheckingEnabled(
4395 prefs->setGrammarCheckingEnabled(enabled);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm927 - (void)setGrammarCheckingEnabled:(BOOL)flag
932 TextChecker::setGrammarCheckingEnabled(flag);
939 TextChecker::setGrammarCheckingEnabled(grammarCheckingEnabled);

Completed in 336 milliseconds