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

/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLViewInternal.h57 - (void)setGrammarCheckingEnabled:(BOOL)flag;
H A DWebViewPrivate.h642 - (void)setGrammarCheckingEnabled:(BOOL)flag;
H A DWebHTMLView.mm5222 - (void)setGrammarCheckingEnabled:(BOOL)flag
5226 [[self _webView] setGrammarCheckingEnabled:flag];
H A DWebView.mm5230 - (void)setGrammarCheckingEnabled:(BOOL)flag
5256 [self setGrammarCheckingEnabled:![self isGrammarCheckingEnabled]];
/external/webkit/Source/WebKit2/UIProcess/win/
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.clientInfo);
H A DTextCheckerWin.cpp67 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) function in class:WebKit::TextChecker
72 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled);
H A DWebTextCheckerClient.h45 void setGrammarCheckingEnabled(bool);
/external/webkit/Source/WebKit2/UIProcess/
H A DTextChecker.h43 static void setGrammarCheckingEnabled(bool);
H A DWebPageProxy.cpp2361 TextChecker::setGrammarCheckingEnabled(!TextChecker::state().isGrammarCheckingEnabled);
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp56 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp57 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h60 WKTextCheckerSetGrammarCheckingEnabled setGrammarCheckingEnabled; member in struct:WKTextCheckerClient
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferences.idl178 HRESULT setGrammarCheckingEnabled([in] BOOL enabled);
H A DIWebView.idl1033 - (void)setGrammarCheckingEnabled:(BOOL)flag
1035 HRESULT setGrammarCheckingEnabled(BOOL enabled);
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DTextCheckerMac.mm108 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled)
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h262 virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
H A DWebPreferences.cpp1217 HRESULT WebPreferences::setGrammarCheckingEnabled(BOOL enabled) function in class:WebPreferences
H A DWebView.h472 virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
H A DWebView.cpp3909 return setGrammarCheckingEnabled(enabled ? FALSE : TRUE);
4194 HRESULT STDMETHODCALLTYPE WebView::setGrammarCheckingEnabled(
4208 prefs->setGrammarCheckingEnabled(enabled);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm782 - (void)setGrammarCheckingEnabled:(BOOL)flag
787 TextChecker::setGrammarCheckingEnabled(flag);
794 TextChecker::setGrammarCheckingEnabled(grammarCheckingEnabled);
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm309 [webView setGrammarCheckingEnabled:YES];

Completed in 390 milliseconds