Home
last modified time | relevance | path

Searched defs:misspellingLength (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextCheckerClient.cpp94 …fString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) in checkSpellingOfString()
DTextCheckerWin.cpp95 …tTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength) in checkSpellingOfString()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.cpp74 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.cpp378 /* [out] */ int* misspellingLength) in checkSpellingOfString()
/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp182 int misspellingLength = 0; in findFirstMisspelling() local
DEditor.cpp1854 int misspellingLength = 0; in isSelectionMisspelled() local
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp456 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp388 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp512 …:checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp852 int* misspellingLength) in checkSpellingOfString()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp646 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2465 …checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) in checkSpellingOfString()