/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TextCheckerQt.cpp | 73 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/ |
D | TextCheckerGtk.cpp | 72 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/ |
D | WebTextCheckerClient.cpp | 94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspel… in checkSpellingOfString() function in WebKit::WebTextCheckerClient
|
D | TextCheckerWin.cpp | 95 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/ |
D | WKTextChecker.h | 63 WKTextCheckerCheckSpellingOfString checkSpellingOfString; member
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | TextCheckerClientEnchant.cpp | 74 void TextCheckerClientEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellin… in checkSpellingOfString() function in WebKit::TextCheckerClientEnchant
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.cpp | 373 HRESULT STDMETHODCALLTYPE EditingDelegate::checkSpellingOfString( in checkSpellingOfString() function in EditingDelegate
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.cpp | 431 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 388 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString() function in WebKit::WebEditorClient
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.cpp | 456 void EditorClientWinCE::checkSpellingOfString(const UChar* text, int length, int* misspellingLocati… in checkSpellingOfString() function in WebKit::EditorClientWinCE
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.cpp | 458 void EditorClientEfl::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.cpp | 228 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} in checkSpellingOfString() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 512 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int*… in checkSpellingOfString() function in WebCore::EditorClientWx
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 725 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… function
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.cpp | 593 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientQt
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.cpp | 850 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length, in checkSpellingOfString() function in WebKit::EditorClientImpl
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 646 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString() function in WebEditorClient
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 418 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } in checkSpellingOfString() function
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.cpp | 2465 void WebPageProxy::checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t&… in checkSpellingOfString() function in WebKit::WebPageProxy
|