Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebTextCheckingCompletionImpl.cpp42 static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results) in toCoreResults()
44 Vector<TextCheckingResult> coreResults; in toCoreResults()
DWebTextCheckingResult.cpp38 WebTextCheckingResult::operator TextCheckingResult() const in operator TextCheckingResult()
40 TextCheckingResult result; in operator TextCheckingResult()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellCheckRequester.h60 virtual void didSucceed(const Vector<TextCheckingResult>&) OVERRIDE;
115 void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&);
117 void didCheck(int sequence, const Vector<TextCheckingResult>&);
DTextCheckingHelper.cpp46 …eckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) in findBadGrammars()
60 TextCheckingResult badGrammar; in findBadGrammars()
72 …eckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) in findMisspellings()
89 TextCheckingResult misspelling; in findMisspellings()
341 Vector<TextCheckingResult> results; in findFirstMisspellingOrBadGrammar()
346 const TextCheckingResult* result = &results[i]; in findFirstMisspellingOrBadGrammar()
529 …lient, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results) in checkTextOfParagraph()
535 Vector<TextCheckingResult> spellingResult; in checkTextOfParagraph()
539 Vector<TextCheckingResult> grammarResult; in checkTextOfParagraph()
DSpellCheckRequester.cpp96 void SpellCheckRequest::didSucceed(const Vector<TextCheckingResult>& results) in didSucceed()
240 void SpellCheckRequester::didCheck(int sequence, const Vector<TextCheckingResult>& results) in didCheck()
259 void SpellCheckRequester::didCheckSucceed(int sequence, const Vector<TextCheckingResult>& results) in didCheckSucceed()
275 Vector<TextCheckingResult> results; in didCheckCancel()
DSpellChecker.h43 struct TextCheckingResult;
67 …id markAndReplaceFor(PassRefPtrWillBeRawPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&);
DTextCheckingHelper.h36 struct TextCheckingResult;
103 …tOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&);
DSpellChecker.cpp566 Vector<TextCheckingResult> results; in markAllMisspellingsAndBadGrammarInRanges()
572 …ceFor(PassRefPtrWillBeRawPtr<SpellCheckRequest> request, const Vector<TextCheckingResult>& results) in markAndReplaceFor()
604 const TextCheckingResult* result = &results[i]; in markAndReplaceFor()
/external/chromium_org/third_party/WebKit/public/web/
DWebTextCheckingResult.h40 struct TextCheckingResult;
62 operator TextCheckingResult() const;
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextChecking.h62 struct TextCheckingResult { struct
113 virtual void didSucceed(const Vector<TextCheckingResult>&) = 0;