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

12

/external/webkit/WebKit/mac/WebView/
H A DWebHTMLViewInternal.h58 - (void)toggleGrammarChecking:(id)sender;
H A DWebViewPrivate.h546 - (void)toggleGrammarChecking:(id)sender;
/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h51 virtual void toggleGrammarChecking();
H A DEditorClientAndroid.cpp55 void EditorClientAndroid::toggleGrammarChecking() { notImplemented(); } function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h57 virtual void toggleGrammarChecking();
H A DEditorClientHaiku.cpp106 void EditorClientHaiku::toggleGrammarChecking() function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h55 virtual void toggleGrammarChecking();
H A DEditorClientQt.cpp351 void EditorClientQt::toggleGrammarChecking() function in class:WebCore::EditorClientQt
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h47 virtual void toggleGrammarChecking();
H A DWebEditorClient.cpp168 void WebEditorClient::toggleGrammarChecking() function in class:WebEditorClient
170 m_webView->toggleGrammarChecking(0);
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h55 virtual void toggleGrammarChecking();
H A DEditorClientWx.cpp184 void EditorClientWx::toggleGrammarChecking() function in class:WebCore::EditorClientWx
/external/webkit/WebCore/page/
H A DEditorClient.h94 virtual void toggleGrammarChecking() = 0;
H A DContextMenuController.cpp317 frame->editor()->toggleGrammarChecking();
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h58 virtual void toggleGrammarChecking();
H A DEditorClientImpl.cpp168 void EditorClientImpl::toggleGrammarChecking() function in class:WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h67 virtual void toggleGrammarChecking();
H A DEditorClientGtk.cpp332 void EditorClient::toggleGrammarChecking() function in class:WebKit::EditorClient
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h45 virtual void toggleGrammarChecking();
H A DWebEditorClient.mm193 void WebEditorClient::toggleGrammarChecking()
196 [m_webView toggleGrammarChecking:nil];
/external/webkit/WebCore/editing/
H A DEditor.h190 void toggleGrammarChecking();
H A DEditor.cpp1122 void Editor::toggleGrammarChecking() function in class:WebCore::Editor
1125 client()->toggleGrammarChecking();
/external/webkit/WebCore/loader/
H A DEmptyClients.h344 virtual void toggleGrammarChecking() { } function in class:WebCore::EmptyEditorClient
/external/webkit/WebKit/win/Interfaces/
H A DIWebView.idl828 - (void)toggleGrammarChecking:(id)sender
830 HRESULT toggleGrammarChecking([in] IUnknown* sender);
/external/webkit/WebKit/win/
H A DWebView.h356 virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(

Completed in 179 milliseconds

12