Searched defs:spellCheckerClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h94 SpellCheckerClient* spellCheckerClient; member in struct:blink::FINAL::PageClients
120 SpellCheckerClient& spellCheckerClient() const { return *m_spellCheckerClient; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp85 SpellCheckerClient& SpellChecker::spellCheckerClient() const function in class:blink::SpellChecker
88 return page->spellCheckerClient();
94 return spellCheckerClient().textChecker();
109 return spellCheckerClient().isContinuousSpellCheckingEnabled();
114 spellCheckerClient().toggleContinuousSpellChecking();
128 return spellCheckerClient().isGrammarCheckingEnabled();
240 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
249 misspelledWord = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
260 badGrammarPhrase = TextCheckingHelper(spellCheckerClient(), grammarSearchStart, grammarSearchEnd).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
273 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStar
[all...]

Completed in 57 milliseconds