Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/win/
DEditingDelegate.h130 /* [out] */ int *misspellingLength) { return E_NOTIMPL; } in checkSpellingOfString()
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp403 …:checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp636 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString()
/external/webkit/WebCore/editing/
DEditor.cpp1378 int misspellingLength = 0; in findFirstMisspellingInRange() local
1704 int misspellingLength = 0; in isSelectionMisspelled() local