HomeSort by relevance Sort by last modified time
    Searched refs:TextCheckingResult (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebTextCheckingCompletionImpl.cpp 42 static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results)
44 Vector<TextCheckingResult> coreResults;
WebTextCheckingResult.cpp 38 WebTextCheckingResult::operator TextCheckingResult() const
40 TextCheckingResult result;
  /external/chromium_org/third_party/WebKit/public/web/
WebTextCheckingResult.h 40 struct TextCheckingResult;
62 operator TextCheckingResult() const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
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>&);
SpellChecker.h 43 struct TextCheckingResult;
67 void markAndReplaceFor(PassRefPtrWillBeRawPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&);
TextCheckingHelper.h 36 struct TextCheckingResult;
103 void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&);
SpellCheckRequester.cpp 96 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;
TextCheckingHelper.cpp 46 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;
SpellChecker.cpp 566 Vector<TextCheckingResult> results;
572 void SpellChecker::markAndReplaceFor(PassRefPtrWillBeRawPtr<SpellCheckRequest> request, const Vector<TextCheckingResult>& results)
604 const TextCheckingResult* result = &results[i];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextChecking.h 62 struct TextCheckingResult {
113 virtual void didSucceed(const Vector<TextCheckingResult>&) = 0;

Completed in 578 milliseconds