Searched refs:HasWord (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h94 bool HasWord(const std::string& word) const;
H A Dspellcheck_message_filter.cc153 if (spellcheck->GetCustomDictionary()->HasWord(
H A Dspellcheck_custom_dictionary_unittest.cc1113 TEST_F(SpellcheckCustomDictionaryTest, HasWord) {
1119 EXPECT_FALSE(custom_dictionary->HasWord("foo"));
1120 EXPECT_FALSE(custom_dictionary->HasWord("bar"));
1122 EXPECT_TRUE(custom_dictionary->HasWord("foo"));
1123 EXPECT_FALSE(custom_dictionary->HasWord("bar"));
H A Dspellcheck_custom_dictionary.cc264 bool SpellcheckCustomDictionary::HasWord(const std::string& word) const { function in class:SpellcheckCustomDictionary

Completed in 82 milliseconds