Searched defs:checkSpellingOfString (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
H A DEditingDelegate.h125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString( function
/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp223 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp426 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp562 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp500 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) function in class:WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp833 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length, function in class:WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp594 void EditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) function in class:WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp642 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) function in class:WebEditorClient
652 ed->checkSpellingOfString(m_webView, text, length, misspellingLocation, misspellingLength);
/external/webkit/WebCore/loader/
H A DEmptyClients.h420 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } function in class:WebCore::EmptyEditorClient

Completed in 54 milliseconds