Searched defs:checkSpellingOfString (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EditingDelegate.h | 125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString( in checkSpellingOfString() function
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 552 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… function
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 403 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int*… in checkSpellingOfString() function in WebCore::EditorClientWx
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.cpp | 544 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientQt
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.cpp | 221 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} in checkSpellingOfString() function in android::EditorClientAndroid
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 519 void EditorClient::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebKit::EditorClient
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 636 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString() function in WebEditorClient
|
/external/webkit/WebCore/loader/ |
D | EmptyClients.h | 341 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } in checkSpellingOfString() function
|