/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 96 if (!m_client.checkSpellingOfString) in checkSpellingOfString() 99 …m_client.checkSpellingOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, … in checkSpellingOfString()
|
D | TextCheckerWin.cpp | 95 void TextChecker::checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t lengt… in checkSpellingOfString() function in WebKit::TextChecker 97 …WebTextChecker::shared()->client().checkSpellingOfString(spellDocumentTag, String(text, length), m… in checkSpellingOfString()
|
D | WebTextCheckerClient.h | 48 …void checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t…
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | TextCheckerClientEnchant.h | 48 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
D | TextCheckerClientEnchant.cpp | 74 void TextCheckerClientEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellin… in checkSpellingOfString() function in WebKit::TextCheckerClientEnchant
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextCheckerClient.h | 62 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
/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/ |
D | TextChecker.h | 67 …static void checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, in…
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
D | WKTextChecker.h | 63 WKTextCheckerCheckSpellingOfString checkSpellingOfString; member
|
/external/chromium/chrome/browser/ |
D | spellchecker_mac.mm | 57 checkSpellingOfString:text_to_check 227 // [[NSSpellChecker sharedSpellChecker] checkSpellingOfString] returns an 235 checkSpellingOfString:NS_word_to_check startingAt:0
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation,
|
D | EditorClientHaiku.cpp | 431 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 102 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 107 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 106 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 108 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
D | EditorClientAndroid.cpp | 228 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} in checkSpellingOfString() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 94 virtual void checkSpellingOfString(const UChar*, int, int*, int*);
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 102 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
D | WebEditorClient.cpp | 646 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation… in checkSpellingOfString() function in WebEditorClient 656 ed->checkSpellingOfString(m_webView, text, length, misspellingLocation, misspellingLength); in checkSpellingOfString()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.h | 125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString(
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 100 virtual void checkSpellingOfString(const UChar*, int length,
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 135 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 130 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
|