Searched defs:misspellingLength (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebTextCheckerClient.cpp | 94 …fString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) in checkSpellingOfString()
|
D | TextCheckerWin.cpp | 95 …tTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength) in checkSpellingOfString()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | TextCheckerClientEnchant.cpp | 74 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.cpp | 378 /* [out] */ int* misspellingLength) in checkSpellingOfString()
|
/external/webkit/Source/WebCore/editing/ |
D | TextCheckingHelper.cpp | 182 int misspellingLength = 0; in findFirstMisspelling() local
|
D | Editor.cpp | 1854 int misspellingLength = 0; in isSelectionMisspelled() local
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.cpp | 456 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 388 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 512 …:checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.cpp | 852 int* misspellingLength) in checkSpellingOfString()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 646 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.cpp | 2465 …checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) in checkSpellingOfString()
|