Searched refs:spellLength (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp857 int spellLength = 0; local
861 m_webView->spellCheckClient()->spellCheck(WebString(text, length), spellLocation, spellLength, 0); local
864 spellLength = 0;
872 *misspellingLength = spellLength;

Completed in 156 milliseconds