TextCheckingResult 87 Source/core/editing/SpellCheckRequester.cpp void SpellCheckRequest::didSucceed(const Vector<TextCheckingResult>& results) TextCheckingResult 227 Source/core/editing/SpellCheckRequester.cpp void SpellCheckRequester::didCheck(int sequence, const Vector<TextCheckingResult>& results) TextCheckingResult 246 Source/core/editing/SpellCheckRequester.cpp void SpellCheckRequester::didCheckSucceed(int sequence, const Vector<TextCheckingResult>& results) TextCheckingResult 262 Source/core/editing/SpellCheckRequester.cpp Vector<TextCheckingResult> results; TextCheckingResult 59 Source/core/editing/SpellCheckRequester.h virtual void didSucceed(const Vector<TextCheckingResult>&) OVERRIDE; TextCheckingResult 107 Source/core/editing/SpellCheckRequester.h void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&); TextCheckingResult 109 Source/core/editing/SpellCheckRequester.h void didCheck(int sequence, const Vector<TextCheckingResult>&); TextCheckingResult 521 Source/core/editing/SpellChecker.cpp Vector<TextCheckingResult> results; TextCheckingResult 527 Source/core/editing/SpellChecker.cpp void SpellChecker::markAndReplaceFor(PassRefPtr<SpellCheckRequest> request, const Vector<TextCheckingResult>& results) TextCheckingResult 559 Source/core/editing/SpellChecker.cpp const TextCheckingResult* result = &results[i]; TextCheckingResult 43 Source/core/editing/SpellChecker.h struct TextCheckingResult; TextCheckingResult 65 Source/core/editing/SpellChecker.h void markAndReplaceFor(PassRefPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&); TextCheckingResult 46 Source/core/editing/TextCheckingHelper.cpp static void findBadGrammars(TextCheckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) TextCheckingResult 60 Source/core/editing/TextCheckingHelper.cpp TextCheckingResult badGrammar; TextCheckingResult 72 Source/core/editing/TextCheckingHelper.cpp static void findMisspellings(TextCheckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) TextCheckingResult 89 Source/core/editing/TextCheckingHelper.cpp TextCheckingResult misspelling; TextCheckingResult 341 Source/core/editing/TextCheckingHelper.cpp Vector<TextCheckingResult> results; TextCheckingResult 346 Source/core/editing/TextCheckingHelper.cpp const TextCheckingResult* result = &results[i]; TextCheckingResult 533 Source/core/editing/TextCheckingHelper.cpp void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results) TextCheckingResult 539 Source/core/editing/TextCheckingHelper.cpp Vector<TextCheckingResult> spellingResult; TextCheckingResult 543 Source/core/editing/TextCheckingHelper.cpp Vector<TextCheckingResult> grammarResult; TextCheckingResult 36 Source/core/editing/TextCheckingHelper.h struct TextCheckingResult; TextCheckingResult 102 Source/core/editing/TextCheckingHelper.h void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&); TextCheckingResult 111 Source/platform/text/TextChecking.h virtual void didSucceed(const Vector<TextCheckingResult>&) = 0; TextCheckingResult 44 Source/web/WebTextCheckingCompletionImpl.cpp static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results) TextCheckingResult 46 Source/web/WebTextCheckingCompletionImpl.cpp Vector<TextCheckingResult> coreResults; TextCheckingResult 40 Source/web/WebTextCheckingResult.cpp WebTextCheckingResult::operator TextCheckingResult() const TextCheckingResult 42 Source/web/WebTextCheckingResult.cpp TextCheckingResult result; TextCheckingResult 39 public/web/WebTextCheckingResult.h struct TextCheckingResult; TextCheckingResult 64 public/web/WebTextCheckingResult.h operator WebCore::TextCheckingResult() const;