Home
last modified time | relevance | path

Searched defs:badGrammarPhrase (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp230 String badGrammarPhrase; in findFirstMisspellingOrBadGrammar() local
481 …String badGrammarPhrase = const_cast<TextCheckingHelper*>(this)->findFirstBadGrammar(grammarDetail… in isUngrammatical() local
552 … String badGrammarPhrase = paragraph.textSubstring(result->location, result->length); in guessesForMisspelledOrUngrammaticalRange() local
DEditor.cpp1745 String badGrammarPhrase; in advanceToNextMisspelling() local
/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextCheckerClient.cpp140 …eckerClient::updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammarPhrase, const… in updateSpellingUIWithGrammarString()
DTextCheckerWin.cpp120 …:updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String& badGrammarPhrase, const… in updateSpellingUIWithGrammarString()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp416 void WebEditorClient::updateSpellingUIWithGrammarString(const String& badGrammarPhrase, const Gramm… in updateSpellingUIWithGrammarString()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2485 void WebPageProxy::updateSpellingUIWithGrammarString(const String& badGrammarPhrase, const GrammarD… in updateSpellingUIWithGrammarString()