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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextCheckerClient.h 46 virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 56 virtual void checkGrammarOfString(const String&, WTF::Vector<WebCore::GrammarDetail>&,
SpellCheckerClientImpl.cpp 181 void SpellCheckerClientImpl::checkGrammarOfString(const String& text, WTF::Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 55 client.checkGrammarOfString(String(text + checkLocation, checkLength), badGrammarDetails, &badGrammarLocation, &badGrammarLength);
470 m_client->textChecker().checkGrammarOfString(paragraph.textSubstring(startOffset), grammarDetails, &badGrammarPhraseLocation, &badGrammarPhraseLength);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 256 virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) OVERRIDE { }

Completed in 109 milliseconds