HasWord            94 chrome/browser/spellchecker/spellcheck_custom_dictionary.h   bool HasWord(const std::string& word) const;
HasWord          1165 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc TEST_F(SpellcheckCustomDictionaryTest, HasWord) {
HasWord          1171 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_FALSE(custom_dictionary->HasWord("foo"));
HasWord          1172 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_FALSE(custom_dictionary->HasWord("bar"));
HasWord          1174 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_TRUE(custom_dictionary->HasWord("foo"));
HasWord          1175 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_FALSE(custom_dictionary->HasWord("bar"));
HasWord           152 chrome/browser/spellchecker/spellcheck_message_filter.cc     if (spellcheck->GetCustomDictionary()->HasWord(