Searched refs:RemoveWord (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.h51 bool RemoveWord(int index, const std::string& word);
H A Dsingle_client_dictionary_sync_test.cc31 ASSERT_TRUE(dictionary_helper::RemoveWord(0, word));
H A Dtwo_client_dictionary_sync_test.cc44 ASSERT_TRUE(dictionary_helper::RemoveWord(i, words[i]));
78 dictionary_helper::RemoveWord(i, "foo");
93 ASSERT_TRUE(dictionary_helper::RemoveWord(0, word));
H A Ddictionary_helper.cc26 // Same as SpellcheckCustomDictionary::AddWord/RemoveWord, except does not
195 bool RemoveWord(int index, const std::string& word) { function in namespace:dictionary_helper
197 dictionary_change.RemoveWord(word);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_dictionary_overlay_handler.h42 void RemoveWord(const base::ListValue* args);
H A Dlanguage_dictionary_overlay_handler.cc54 base::Bind(&LanguageDictionaryOverlayHandler::RemoveWord,
119 void LanguageDictionaryOverlayHandler::RemoveWord(const base::ListValue* args) { function in class:options::LanguageDictionaryOverlayHandler
125 dictionary_->RemoveWord(old_word);
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Ddictionary_sync_perf_test.cc41 ASSERT_TRUE(dictionary_helper::RemoveWord(
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h42 void RemoveWord(const std::string& word);
91 bool RemoveWord(const std::string& word);
H A Dspellcheck_platform_mac.h73 void RemoveWord(const base::string16& word);
H A Dspellcheck_custom_dictionary.cc193 void SpellcheckCustomDictionary::Change::RemoveWord(const std::string& word) { function in class:SpellcheckCustomDictionary::Change
247 bool SpellcheckCustomDictionary::RemoveWord(const std::string& word) { function in class:SpellcheckCustomDictionary
250 dictionary_change.RemoveWord(word);
377 dictionary_change.RemoveWord(word);
H A Dspellcheck_custom_dictionary_unittest.cc181 change.RemoveWord("bar");
182 change.RemoveWord("foo");
318 EXPECT_TRUE(dictionary->RemoveWord("bar"));
319 EXPECT_TRUE(dictionary->RemoveWord("foo"));
952 EXPECT_TRUE(custom_dictionary->RemoveWord("foo"));
953 EXPECT_TRUE(custom_dictionary->RemoveWord("bar"));
954 EXPECT_FALSE(custom_dictionary->RemoveWord("baz"));

Completed in 500 milliseconds