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

12

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DTextCheckerClientEnchant.h48 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
H A DTextCheckerClientEnchant.cpp74 void TextCheckerClientEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) function in class:WebKit::TextCheckerClientEnchant
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextCheckerClient.cpp94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) function in class:WebKit::WebTextCheckerClient
96 if (!m_client.checkSpellingOfString)
99 m_client.checkSpellingOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, m_client.clientInfo);
H A DTextCheckerWin.cpp95 void TextChecker::checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength) function in class:WebKit::TextChecker
97 WebTextChecker::shared()->client().checkSpellingOfString(spellDocumentTag, String(text, length), misspellingLocation, misspellingLength);
H A DWebTextCheckerClient.h48 void checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength);
/external/webkit/Source/WebCore/platform/text/
H A DTextCheckerClient.h62 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) = 0;
/external/webkit/Source/WebKit2/UIProcess/
H A DTextChecker.h67 static void checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength);
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp72 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp73 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h63 WKTextCheckerCheckSpellingOfString checkSpellingOfString; member in struct:WKTextCheckerClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h108 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
H A DEditorClientAndroid.cpp228 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h107 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation,
H A DEditorClientHaiku.cpp431 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h106 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h100 virtual void checkSpellingOfString(const UChar*, int length,
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
H A DWebEditorClient.cpp646 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) function in class:WebEditorClient
656 ed->checkSpellingOfString(m_webView, text, length, misspellingLocation, misspellingLength);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h94 virtual void checkSpellingOfString(const UChar*, int, int*, int*);
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString(
/external/webkit/Source/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/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h130 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h135 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);

Completed in 176 milliseconds

12