Home
last modified time | relevance | path

Searched defs:checkSpellingOfString (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DEditingDelegate.h125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString( in checkSpellingOfString() function
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm552 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… function
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp403 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int*… in checkSpellingOfString() function in WebCore::EditorClientWx
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp544 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientQt
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp221 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} in checkSpellingOfString() function in android::EditorClientAndroid
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp519 void EditorClient::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp636 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString() function in WebEditorClient
/external/webkit/WebCore/loader/
DEmptyClients.h341 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } in checkSpellingOfString() function