Home
last modified time | relevance | path

Searched refs:badGrammarPhrase (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DEditor.cpp1620 String badGrammarPhrase; in advanceToNextMisspelling() local
1636badGrammarPhrase = findFirstBadGrammarInRange(client(), grammarSearchRange.get(), grammarDetail, g… in advanceToNextMisspelling()
1641 if (startedWithSelection && !misspelledWord && !badGrammarPhrase) { in advanceToNextMisspelling()
1657badGrammarPhrase = findFirstBadGrammarInRange(client(), grammarSearchRange.get(), grammarDetail, g… in advanceToNextMisspelling()
1661 if (!badGrammarPhrase.isEmpty()) { in advanceToNextMisspelling()
1669 ASSERT(badGrammarPhrase.length() > 0); in advanceToNextMisspelling()
1677 client()->updateSpellingUIWithGrammarString(badGrammarPhrase, grammarDetail); in advanceToNextMisspelling()
1737 …String badGrammarPhrase = findFirstBadGrammarInRange(client, range, grammarDetail, grammarPhraseOf… in isRangeUngrammatical() local
1740 if (badGrammarPhrase.isEmpty()) in isRangeUngrammatical()
1761 client->updateSpellingUIWithGrammarString(badGrammarPhrase, grammarDetail); in isRangeUngrammatical()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm599 void WebEditorClient::updateSpellingUIWithGrammarString(const String& badGrammarPhrase, const Gramm…
611 …[[NSSpellChecker sharedSpellChecker] updateSpellingPanelWithGrammarString:badGrammarPhrase detail:…