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

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

Completed in 2379 milliseconds