HomeSort by relevance Sort by last modified time
    Searched refs:grammarPhraseOffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 325 int grammarPhraseOffset = grammarPhraseLocation - currentStartOffset;
328 grammarPhraseOffset += TextIterator::rangeLength(paragraphOffsetAsRange.get());
331 outFirstFoundOffset = grammarPhraseOffset;
478 int grammarPhraseOffset;
481 String badGrammarPhrase = const_cast<TextCheckingHelper*>(this)->findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
488 if (grammarPhraseOffset > 0)
494 if (grammarDetail.location + grammarPhraseOffset)
Editor.cpp     [all...]

Completed in 44 milliseconds