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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 84 int findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int badGrammarPhraseLength, int startOffset, int endOffset, bool markAll);
TextCheckingHelper.cpp 356 int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int /*badGrammarPhraseLength*/, int startOffset, int endOffset, bool markAll)
438 int badGrammarIndex = findFirstGrammarDetail(grammarDetails, badGrammarPhraseLocation, badGrammarPhraseLength, paragraph.checkingStart(), paragraph.checkingEnd(), markAll);

Completed in 38 milliseconds