Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp362 int earliestDetailIndex = -1; in findFirstGrammarDetail() local
385 if (earliestDetailIndex < 0 || earliestDetailLocationSoFar > detail->location) { in findFirstGrammarDetail()
386 earliestDetailIndex = i; in findFirstGrammarDetail()
391 return earliestDetailIndex; in findFirstGrammarDetail()