Searched refs:checkSpellingOfString (Results 1 - 21 of 21) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h99 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
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.h101 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation,
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.h100 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
H A DEditorClientQt.cpp562 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h103 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
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/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h104 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
H A DEditorClientWx.cpp500 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) function in class:WebCore::EditorClientWx
/external/webkit/WebCore/page/
H A DEditorClient.h168 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) = 0;
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h97 virtual void checkSpellingOfString(const UChar*, int length,
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.h111 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
H A DEditorClientGtk.cpp594 void EditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) function in class:WebKit::EditorClient
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h121 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
H A DWebEditorClient.mm636 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 DEditingDelegate.h125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString( function
/external/webkit/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl179 HRESULT checkSpellingOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] int* misspellingLocation, [out] int* misspellingLength);
/external/webkit/WebCore/loader/
H A DEmptyClients.h420 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditor.cpp1523 client->checkSpellingOfString(chars, len, &misspellingLocation, &misspellingLength);
2007 client()->checkSpellingOfString(selectedString.characters(), length, &misspellingLocation, &misspellingLength);

Completed in 105 milliseconds