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

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp56 void EditorClientAndroid::toggleContinuousSpellChecking() { notImplemented(); } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp94 void EditorClientHaiku::toggleContinuousSpellChecking() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp218 void EditorClientEfl::toggleContinuousSpellChecking() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp344 void EditorClientQt::toggleContinuousSpellChecking() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp217 void EditorClientWinCE::toggleContinuousSpellChecking() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp172 void EditorClientWx::toggleContinuousSpellChecking() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp93 void WebEditorClient::toggleContinuousSpellChecking() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp162 void EditorClientImpl::toggleContinuousSpellChecking() function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp575 void EditorClient::toggleContinuousSpellChecking() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp154 void WebEditorClient::toggleContinuousSpellChecking() function in class:WebEditorClient
156 m_webView->toggleContinuousSpellChecking(0);
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1268 void Editor::toggleContinuousSpellChecking() function in class:WebCore::Editor
1271 client()->toggleContinuousSpellChecking();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h442 virtual void toggleContinuousSpellChecking() { } function in class:WebCore::EmptyEditorClient

Completed in 198 milliseconds