Home
last modified time | relevance | path

Searched refs:spellingOffset (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp379 int spellingOffset = spellingLocation - currentStartOffset; in findFirstMisspellingOrBadGrammar() local
381 spellingOffset += TextIterator::rangeLength(m_start, paragraphStart); in findFirstMisspellingOrBadGrammar()
383 outFirstFoundOffset = spellingOffset; in findFirstMisspellingOrBadGrammar()