/external/webkit/WebKit/android/WebCoreSupport/ |
H A D | EditorClientAndroid.h | 99 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
H A D | EditorClientAndroid.cpp | 223 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} function in class:android::EditorClientAndroid
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
H A D | EditorClientHaiku.h | 101 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation,
|
H A D | EditorClientHaiku.cpp | 426 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) function in class:WebCore::EditorClientHaiku
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
H A D | EditorClientQt.h | 100 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
H A D | EditorClientQt.cpp | 562 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) function in class:WebCore::EditorClientQt
|
/external/webkit/WebKit/win/WebCoreSupport/ |
H A D | WebEditorClient.h | 103 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
H A D | WebEditorClient.cpp | 642 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/WebKit/wx/WebKitSupport/ |
H A D | EditorClientWx.h | 104 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
H A D | EditorClientWx.cpp | 500 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) function in class:WebCore::EditorClientWx
|
/external/webkit/WebCore/page/ |
H A D | EditorClient.h | 168 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) = 0;
|
/external/webkit/WebKit/chromium/src/ |
H A D | EditorClientImpl.h | 97 virtual void checkSpellingOfString(const UChar*, int length,
|
H A D | EditorClientImpl.cpp | 833 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length, function in class:WebKit::EditorClientImpl
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
H A D | EditorClientGtk.h | 111 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
H A D | EditorClientGtk.cpp | 594 void EditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) function in class:WebKit::EditorClient
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
H A D | WebEditorClient.h | 121 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
H A D | WebEditorClient.mm | 636 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) 639 NSRange range = [[NSSpellChecker sharedSpellChecker] checkSpellingOfString:textString startingAt:0 language:nil wrap:NO inSpellDocumentWithTag:spellCheckerDocumentTag() wordCount:NULL];
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
H A D | EditingDelegate.h | 125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString( function
|
/external/webkit/WebKit/win/Interfaces/ |
H A D | IWebEditingDelegate.idl | 179 HRESULT checkSpellingOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] int* misspellingLocation, [out] int* misspellingLength);
|
/external/webkit/WebCore/loader/ |
H A D | EmptyClients.h | 420 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } function in class:WebCore::EmptyEditorClient
|
/external/webkit/WebCore/editing/ |
H A D | Editor.cpp | 1523 client->checkSpellingOfString(chars, len, &misspellingLocation, &misspellingLength); 2007 client()->checkSpellingOfString(selectedString.characters(), length, &misspellingLocation, &misspellingLength);
|