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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.cpp394 int grammarPhraseOffset = grammarPhraseLocation - currentStartOffset; local
397 grammarPhraseOffset += TextIterator::rangeLength(paragraphOffsetAsRange.get());
400 outFirstFoundOffset = grammarPhraseOffset;
525 int grammarPhraseOffset; local
528 String badGrammarPhrase = const_cast<TextCheckingHelper*>(this)->findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
535 if (grammarPhraseOffset > 0)
541 if (grammarDetail.location + grammarPhraseOffset)
H A DEditor.cpp1699 int grammarPhraseOffset = 0; local
1716 grammarPhraseOffset = foundOffset;
1731 badGrammarPhrase = TextCheckingHelper(client(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
1750 grammarPhraseOffset = foundOffset;
1765 badGrammarPhrase = TextCheckingHelper(client(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
1772 UNUSED_PARAM(grammarPhraseOffset);
1783 RefPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length);

Completed in 358 milliseconds