Searched refs:GrammarDetail (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextCheckerClient.h46 virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0;
H A DTextChecking.h55 struct GrammarDetail { struct in namespace:blink
66 Vector<GrammarDetail> details;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTextCheckingResult.cpp47 GrammarDetail detail;
H A DSpellCheckerClientImpl.h55 virtual void checkGrammarOfString(const String&, WTF::Vector<GrammarDetail>&,
H A DSpellCheckerClientImpl.cpp179 void SpellCheckerClientImpl::checkGrammarOfString(const String& text, WTF::Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength)
199 GrammarDetail detail;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.h89 String findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail);
90 String findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll);
99 int findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const;
H A DTextCheckingHelper.cpp54 Vector<GrammarDetail> badGrammarDetails;
291 String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail)
361 const GrammarDetail* detail = &result->details[j];
409 int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const
416 const GrammarDetail* detail = &grammarDetails[i];
446 String TextCheckingHelper::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll)
465 Vector<GrammarDetail> grammarDetails;
517 GrammarDetail ignoredGrammarDetail;
H A DSpellChecker.cpp227 GrammarDetail grammarDetail;
621 const GrammarDetail* detail = &result->details[j];
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h259 virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) OVERRIDE { }

Completed in 1060 milliseconds