Searched refs:badGrammarPhrase (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/editing/ |
D | Editor.cpp | 1620 String badGrammarPhrase; in advanceToNextMisspelling() local 1636 …badGrammarPhrase = findFirstBadGrammarInRange(client(), grammarSearchRange.get(), grammarDetail, g… in advanceToNextMisspelling() 1641 if (startedWithSelection && !misspelledWord && !badGrammarPhrase) { in advanceToNextMisspelling() 1657 …badGrammarPhrase = 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/ |
D | WebEditorClient.mm | 599 void WebEditorClient::updateSpellingUIWithGrammarString(const String& badGrammarPhrase, const Gramm… 611 …[[NSSpellChecker sharedSpellChecker] updateSpellingPanelWithGrammarString:badGrammarPhrase detail:…
|