Searched defs:toggleGrammarChecking (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp58 void EditorClientAndroid::toggleGrammarChecking() { notImplemented(); } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp105 void EditorClientHaiku::toggleGrammarChecking() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp223 void EditorClientEfl::toggleGrammarChecking() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp349 void EditorClientQt::toggleGrammarChecking() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp222 void EditorClientWinCE::toggleGrammarChecking() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp183 void EditorClientWx::toggleGrammarChecking() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp103 void WebEditorClient::toggleGrammarChecking() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp180 void EditorClientImpl::toggleGrammarChecking() function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp585 void EditorClient::toggleGrammarChecking() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp167 void WebEditorClient::toggleGrammarChecking() function in class:WebEditorClient
169 m_webView->toggleGrammarChecking(0);
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1279 void Editor::toggleGrammarChecking() function in class:WebCore::Editor
1282 client()->toggleGrammarChecking();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h444 virtual void toggleGrammarChecking() { } function in class:WebCore::EmptyEditorClient

Completed in 70 milliseconds