Home
last modified time | relevance | path

Searched refs:setGrammarCheckingEnabled (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextCheckerClient.cpp70 void WebTextCheckerClient::setGrammarCheckingEnabled(bool enabled) in setGrammarCheckingEnabled() function in WebKit::WebTextCheckerClient
72 if (!m_client.setGrammarCheckingEnabled) in setGrammarCheckingEnabled()
75 m_client.setGrammarCheckingEnabled(enabled, m_client.clientInfo); in setGrammarCheckingEnabled()
DTextCheckerWin.cpp67 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) in setGrammarCheckingEnabled() function in WebKit::TextChecker
72 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled); in setGrammarCheckingEnabled()
DWebTextCheckerClient.h45 void setGrammarCheckingEnabled(bool);
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLViewInternal.h57 - (void)setGrammarCheckingEnabled:(BOOL)flag;
DWebViewPrivate.h642 - (void)setGrammarCheckingEnabled:(BOOL)flag;
DWebView.mm5230 - (void)setGrammarCheckingEnabled:(BOOL)flag
5256 [self setGrammarCheckingEnabled:![self isGrammarCheckingEnabled]];
DWebHTMLView.mm5222 - (void)setGrammarCheckingEnabled:(BOOL)flag
5226 [[self _webView] setGrammarCheckingEnabled:flag];
/external/webkit/Source/WebKit2/UIProcess/qt/
DTextCheckerQt.cpp57 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) in setGrammarCheckingEnabled() function in WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/gtk/
DTextCheckerGtk.cpp56 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) in setGrammarCheckingEnabled() function in WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/
DTextChecker.h43 static void setGrammarCheckingEnabled(bool);
DWebPageProxy.cpp2361 TextChecker::setGrammarCheckingEnabled(!TextChecker::state().isGrammarCheckingEnabled); in contextMenuItemSelected()
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKTextChecker.h60 … WKTextCheckerSetGrammarCheckingEnabled setGrammarCheckingEnabled; member
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl178 HRESULT setGrammarCheckingEnabled([in] BOOL enabled);
DIWebView.idl1033 - (void)setGrammarCheckingEnabled:(BOOL)flag
1035 HRESULT setGrammarCheckingEnabled(BOOL enabled);
/external/webkit/Source/WebKit/win/
DWebPreferences.h262 virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
DWebView.h472 virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
DWebPreferences.cpp1217 HRESULT WebPreferences::setGrammarCheckingEnabled(BOOL enabled) in setGrammarCheckingEnabled() function in WebPreferences
DWebView.cpp3909 return setGrammarCheckingEnabled(enabled ? FALSE : TRUE); in toggleGrammarChecking()
4194 HRESULT STDMETHODCALLTYPE WebView::setGrammarCheckingEnabled( in setGrammarCheckingEnabled() function in WebView
4208 prefs->setGrammarCheckingEnabled(enabled); in setGrammarCheckingEnabled()
/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm108 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled)
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm782 - (void)setGrammarCheckingEnabled:(BOOL)flag
787 TextChecker::setGrammarCheckingEnabled(flag);
794 TextChecker::setGrammarCheckingEnabled(grammarCheckingEnabled);
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm309 [webView setGrammarCheckingEnabled:YES];
/external/webkit/Source/WebKit/mac/
DWebKit.order1241 -[WebView(WebViewGrammarChecking) setGrammarCheckingEnabled:]
DChangeLog-2007-10-146942 (-[WebView setGrammarCheckingEnabled:]):
12624 (-[WebView setGrammarCheckingEnabled:]):
12642 (-[WebHTMLView setGrammarCheckingEnabled:]):
/external/webkit/Source/WebKit2/
DChangeLog1670 (-[WKView setGrammarCheckingEnabled:]):
3440 (WebKit::TextChecker::setGrammarCheckingEnabled):
3467 (WebKit::WebTextCheckerClient::setGrammarCheckingEnabled):
12700 (-[WKView setGrammarCheckingEnabled:]):
DChangeLog-2011-02-169337 (WebKit::TextChecker::setGrammarCheckingEnabled):
10602 (WebKit::TextChecker::setGrammarCheckingEnabled):
12027 (WebKit::TextChecker::setGrammarCheckingEnabled):
12033 (WebKit::TextChecker::setGrammarCheckingEnabled):
12039 (WebKit::TextChecker::setGrammarCheckingEnabled):

12