Searched refs:TextCheckingResult (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebTextCheckingCompletionImpl.cpp | 42 static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results) in toCoreResults() 44 Vector<TextCheckingResult> coreResults; in toCoreResults()
|
D | WebTextCheckingResult.cpp | 38 WebTextCheckingResult::operator TextCheckingResult() const in operator TextCheckingResult() 40 TextCheckingResult result; in operator TextCheckingResult()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellCheckRequester.h | 60 virtual void didSucceed(const Vector<TextCheckingResult>&) OVERRIDE; 115 void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&); 117 void didCheck(int sequence, const Vector<TextCheckingResult>&);
|
D | TextCheckingHelper.cpp | 46 …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()
|
D | SpellCheckRequester.cpp | 96 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()
|
D | SpellChecker.h | 43 struct TextCheckingResult; 67 …id markAndReplaceFor(PassRefPtrWillBeRawPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&);
|
D | TextCheckingHelper.h | 36 struct TextCheckingResult; 103 …tOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&);
|
D | SpellChecker.cpp | 566 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/ |
D | WebTextCheckingResult.h | 40 struct TextCheckingResult; 62 operator TextCheckingResult() const;
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextChecking.h | 62 struct TextCheckingResult { struct 113 virtual void didSucceed(const Vector<TextCheckingResult>&) = 0;
|