Home
last modified time | relevance | path

Searched refs:checkSpellingOfString (Results 1 – 25 of 56) sorted by relevance

123

/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
96 if (!m_client.checkSpellingOfString) in checkSpellingOfString()
99 …m_client.checkSpellingOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, … in checkSpellingOfString()
DTextCheckerWin.cpp95 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()
DWebTextCheckerClient.h48 …void checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t…
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.h48 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
DTextCheckerClientEnchant.cpp74 void TextCheckerClientEnchant::checkSpellingOfString(const UChar* text, int length, int* misspellin… in checkSpellingOfString() function in WebKit::TextCheckerClientEnchant
/external/webkit/Source/WebCore/platform/text/
DTextCheckerClient.h62 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
/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/
DTextChecker.h67 …static void checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, in…
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKTextChecker.h63 WKTextCheckerCheckSpellingOfString checkSpellingOfString; member
/external/chromium/chrome/browser/
Dspellchecker_mac.mm57 checkSpellingOfString:text_to_check
227 // [[NSSpellChecker sharedSpellChecker] checkSpellingOfString] returns an
235 checkSpellingOfString:NS_word_to_check startingAt:0
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h102 virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation,
DEditorClientHaiku.cpp431 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) in checkSpellingOfString() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h102 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h107 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h106 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h108 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
DEditorClientAndroid.cpp228 void EditorClientAndroid::checkSpellingOfString(unsigned short const*, int, int*, int*) {} in checkSpellingOfString() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.h94 virtual void checkSpellingOfString(const UChar*, int, int*, int*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.h102 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
DWebEditorClient.cpp646 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/
DEditingDelegate.h125 virtual HRESULT STDMETHODCALLTYPE checkSpellingOfString(
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h100 virtual void checkSpellingOfString(const UChar*, int length,
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h135 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h130 …virtual void checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspe…

123