Searched refs:toggleGrammarChecking (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLViewInternal.h56 - (void)toggleGrammarChecking:(id)sender;
H A DWebViewPrivate.h671 - (void)toggleGrammarChecking:(id)sender;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextCheckerClientQt.h57 virtual void toggleGrammarChecking();
H A DTextCheckerClientQt.cpp147 void TextCheckerClientQt::toggleGrammarChecking() function in class:WebCore::TextCheckerClientQt
152 m_spellChecker->toggleGrammarChecking();
H A DEditorClientQt.h57 virtual void toggleGrammarChecking();
H A DEditorClientQt.cpp364 void EditorClientQt::toggleGrammarChecking() function in class:WebCore::EditorClientQt
366 return m_textCheckerClient.toggleGrammarChecking();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h76 virtual void toggleGrammarChecking() = 0;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h47 virtual void toggleGrammarChecking();
H A DEditorClientBlackBerry.cpp146 void EditorClientBlackBerry::toggleGrammarChecking() function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h91 virtual void toggleGrammarChecking();
H A DEditorClientEfl.cpp268 void EditorClientEfl::toggleGrammarChecking() function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h82 virtual void toggleGrammarChecking();
H A DEditorClientGtk.cpp389 void EditorClient::toggleGrammarChecking() function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebkitplatformplugin.h161 virtual void toggleGrammarChecking() = 0;
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h161 virtual void toggleGrammarChecking() = 0;
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h47 virtual void toggleGrammarChecking();
H A DWebEditorClient.cpp170 void WebEditorClient::toggleGrammarChecking() function in class:WebEditorClient
172 m_webView->toggleGrammarChecking(0);
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h49 virtual void toggleGrammarChecking();
H A DEditorClientWinCE.cpp235 void EditorClientWinCE::toggleGrammarChecking() function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h47 virtual void toggleGrammarChecking() OVERRIDE;
H A DWebEditorClient.mm212 void WebEditorClient::toggleGrammarChecking()
214 [m_webView toggleGrammarChecking:nil];
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h53 virtual void toggleGrammarChecking() OVERRIDE;
H A DWebEditorClient.cpp116 void WebEditorClient::toggleGrammarChecking() function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h230 void toggleGrammarChecking();
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h408 virtual void toggleGrammarChecking() { } function in class:WebCore::EmptyEditorClient

Completed in 245 milliseconds

12