Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/qt/
DTextCheckerQt.cpp73 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) in checkSpellingOfString() function in WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/gtk/
DTextCheckerGtk.cpp72 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) in checkSpellingOfString() function in WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextCheckerClient.cpp94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspel… in checkSpellingOfString() function in WebKit::WebTextCheckerClient
DTextCheckerWin.cpp95 void TextChecker::checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t lengt… in checkSpellingOfString() function in WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKTextChecker.h63 WKTextCheckerCheckSpellingOfString checkSpellingOfString; member
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.cpp74 void TextCheckerClientEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellin… in checkSpellingOfString() function in WebKit::TextCheckerClientEnchant
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.cpp373 HRESULT STDMETHODCALLTYPE EditingDelegate::checkSpellingOfString( in checkSpellingOfString() function in EditingDelegate
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp431 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp388 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp456 void EditorClientWinCE::checkSpellingOfString(const UChar* text, int length, int* misspellingLocati… in checkSpellingOfString() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp458 void EditorClientEfl::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp228 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} in checkSpellingOfString() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp512 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int*… in checkSpellingOfString() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm725 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… function
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp593 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientQt
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp850 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length, in checkSpellingOfString() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp646 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString() function in WebEditorClient
/external/webkit/Source/WebCore/loader/
DEmptyClients.h418 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } in checkSpellingOfString() function
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2465 void WebPageProxy::checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t&… in checkSpellingOfString() function in WebKit::WebPageProxy