Lines Matching refs:client

45     WebTextCheckerClient& client = WebTextChecker::shared()->client();
46 textCheckerState.isContinuousSpellCheckingEnabled = client.continuousSpellCheckingEnabled();
47 textCheckerState.isGrammarCheckingEnabled = client.grammarCheckingEnabled();
56 return WebTextChecker::shared()->client().continuousSpellCheckingAllowed();
64 WebTextChecker::shared()->client().setContinuousSpellCheckingEnabled(isContinuousSpellCheckingEnabled);
72 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled);
87 return WebTextChecker::shared()->client().uniqueSpellDocumentTag(page);
92 WebTextChecker::shared()->client().closeSpellDocumentWithTag(tag);
97 WebTextChecker::shared()->client().checkSpellingOfString(spellDocumentTag, String(text, length), misspellingLocation, misspellingLength);
102 WebTextChecker::shared()->client().checkGrammarOfString(spellDocumentTag, String(text, length), grammarDetails, badGrammarLocation, badGrammarLength);
107 return WebTextChecker::shared()->client().spellingUIIsShowing();
112 WebTextChecker::shared()->client().toggleSpellingUIIsShowing();
117 WebTextChecker::shared()->client().updateSpellingUIWithMisspelledWord(spellDocumentTag, misspelledWord);
122 WebTextChecker::shared()->client().updateSpellingUIWithGrammarString(spellDocumentTag, badGrammarPhrase, grammarDetail);
127 WebTextChecker::shared()->client().guessesForWord(spellDocumentTag, word, guesses);
132 WebTextChecker::shared()->client().learnWord(spellDocumentTag, word);
137 WebTextChecker::shared()->client().ignoreWord(spellDocumentTag, word);