Searched refs:misspellingLength (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/editing/ |
D | Editor.cpp | 1378 int misspellingLength = 0; in findFirstMisspellingInRange() local 1379 client->checkSpellingOfString(chars, len, &misspellingLocation, &misspellingLength); in findFirstMisspellingInRange() 1384 ASSERT(misspellingLength >= 0); in findFirstMisspellingInRange() 1386 ASSERT(misspellingLength == 0 || misspellingLocation >= 0); in findFirstMisspellingInRange() 1388 ASSERT(misspellingLength <= len); in findFirstMisspellingInRange() 1389 ASSERT(misspellingLocation + misspellingLength <= len); in findFirstMisspellingInRange() 1391 …ocation >= 0 && misspellingLength > 0 && misspellingLocation < len && misspellingLength <= len && … in findFirstMisspellingInRange() 1396 firstMisspelling = String(chars + misspellingLocation, misspellingLength); in findFirstMisspellingInRange() 1404 …= TextIterator::subrange(searchRange, currentChunkOffset + misspellingLocation, misspellingLength); in findFirstMisspellingInRange() 1704 int misspellingLength = 0; in isSelectionMisspelled() local [all …]
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 96 … checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 102 … checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
D | EditorClientWx.cpp | 403 …:checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString() argument
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 100 … checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 636 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) in checkSpellingOfString() argument 639 *misspellingLength = 0; in checkSpellingOfString() 646 ed->checkSpellingOfString(m_webView, text, length, misspellingLocation, misspellingLength); in checkSpellingOfString()
|
D | WebEditorClient.h | 103 … checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
/external/webkit/WebCore/page/ |
D | EditorClient.h | 131 …ckSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) = 0;
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 104 … checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 102 … checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength);
|
D | WebEditorClient.mm | 552 …ckSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength) 565 if (misspellingLength) 566 *misspellingLength = range.length;
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EditingDelegate.h | 130 /* [out] */ int *misspellingLength) { return E_NOTIMPL; } in checkSpellingOfString() argument
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebEditingDelegate.idl | 179 … [in] LPCTSTR text, [in] int length, [out] int* misspellingLocation, [out] int* misspellingLength);
|