Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:misspellingLocation

725 void WebEditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
730 if (misspellingLocation) {
733 *misspellingLocation = -1;
735 *misspellingLocation = range.location;