WebTextCheckingResult  188 Source/web/SpellCheckerClientImpl.cpp     WebVector<WebTextCheckingResult> webResults;
WebTextCheckingResult   44 Source/web/WebTextCheckingCompletionImpl.cpp static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results)
WebTextCheckingResult   52 Source/web/WebTextCheckingCompletionImpl.cpp void WebTextCheckingCompletionImpl::didFinishCheckingText(const WebVector<WebTextCheckingResult>& results)
WebTextCheckingResult   49 Source/web/WebTextCheckingCompletionImpl.h     virtual void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) OVERRIDE;
WebTextCheckingResult   40 Source/web/WebTextCheckingResult.cpp WebTextCheckingResult::operator TextCheckingResult() const
WebTextCheckingResult 4189 Source/web/tests/WebFrameTest.cpp         Vector<WebTextCheckingResult> results;
WebTextCheckingResult 4192 Source/web/tests/WebFrameTest.cpp         results.append(WebTextCheckingResult(WebTextDecorationTypeSpelling, misspellingStartOffset, misspellingLength, WebString(), m_hash));
WebTextCheckingResult 4326 Source/web/tests/WebFrameTest.cpp         Vector<WebTextCheckingResult> results;
WebTextCheckingResult 4328 Source/web/tests/WebFrameTest.cpp             results.append(WebTextCheckingResult(type, misspellingStartOffset, misspellingLength));
WebTextCheckingResult   42 public/web/WebSpellCheckClient.h struct WebTextCheckingResult;
WebTextCheckingResult   61 public/web/WebSpellCheckClient.h                                       WebVector<WebTextCheckingResult>* results) { }
WebTextCheckingResult   38 public/web/WebTextCheckingCompletion.h struct WebTextCheckingResult;
WebTextCheckingResult   44 public/web/WebTextCheckingCompletion.h     virtual void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) = 0;
WebTextCheckingResult   46 public/web/WebTextCheckingResult.h     WebTextCheckingResult()
WebTextCheckingResult   54 public/web/WebTextCheckingResult.h     WebTextCheckingResult(WebTextDecorationType decoration, int location, int length, const WebString& replacement = WebString(), uint32_t hash = 0)