Home | History | Annotate | Download | only in win

Lines Matching refs:clientInfo

43     return m_client.continuousSpellCheckingAllowed(m_client.clientInfo);
51 return m_client.continuousSpellCheckingEnabled(m_client.clientInfo);
59 m_client.setContinuousSpellCheckingEnabled(enabled, m_client.clientInfo);
67 return m_client.grammarCheckingEnabled(m_client.clientInfo);
75 m_client.setGrammarCheckingEnabled(enabled, m_client.clientInfo);
83 return m_client.uniqueSpellDocumentTag(toAPI(page), m_client.clientInfo);
91 m_client.closeSpellDocumentWithTag(tag, m_client.clientInfo);
99 m_client.checkSpellingOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, m_client.clientInfo);
108 m_client.checkGrammarOfString(tag, toAPI(text.impl()), &wkGrammarDetailsRef, &badGrammarLocation, &badGrammarLength, m_client.clientInfo);
121 return m_client.spellingUIIsShowing(m_client.clientInfo);
129 return m_client.toggleSpellingUIIsShowing(m_client.clientInfo);
137 m_client.updateSpellingUIWithMisspelledWord(tag, toAPI(misspelledWord.impl()), m_client.clientInfo);
145 m_client.updateSpellingUIWithGrammarString(tag, toAPI(badGrammarPhrase.impl()), toAPI(grammarDetail), m_client.clientInfo);
153 RefPtr<ImmutableArray> wkGuesses = adoptRef(toImpl(m_client.guessesForWord(tag, toAPI(word.impl()), m_client.clientInfo)));
164 m_client.learnWord(tag, toAPI(word.impl()), m_client.clientInfo);
172 m_client.ignoreWord(tag, toAPI(word.impl()), m_client.clientInfo);