CheckSpelling     254 chrome/browser/spellchecker/spellcheck_message_filter_mac.cc   *correct = spellcheck_mac::CheckSpelling(word, ToDocumentTag(route_id));
CheckSpelling      61 chrome/browser/spellchecker/spellcheck_platform_mac.h bool CheckSpelling(const base::string16& word_to_check, int tag);
CheckSpelling      66 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc     EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
CheckSpelling      72 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc     EXPECT_TRUE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
CheckSpelling      79 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc     EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
CheckSpelling     358 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc     EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, 0)) << word;
CheckSpelling      16 chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h   virtual bool CheckSpelling(const base::string16& word_to_check,
CheckSpelling      32 chrome/renderer/spellchecker/hunspell_engine.h   virtual bool CheckSpelling(const base::string16& word_to_check,
CheckSpelling      73 chrome/renderer/spellchecker/spellcheck_language.cc     if (platform_spelling_engine_->CheckSpelling(word, tag))
CheckSpelling     116 chrome/renderer/spellchecker/spellcheck_language.cc     if (!platform_spelling_engine_->CheckSpelling(word, tag))
CheckSpelling      81 chrome/renderer/spellchecker/spellcheck_unittest.cc     return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling(
CheckSpelling    1344 chrome/renderer/spellchecker/spellcheck_unittest.cc     bool result = CheckSpelling(kTestCases[i].word, 0);
CheckSpelling      27 chrome/renderer/spellchecker/spelling_engine.h   virtual bool CheckSpelling(const base::string16& word_to_check, int tag) = 0;