RemoveWord 250 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc dictionary_change.RemoveWord(word); RemoveWord 377 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc dictionary_change.RemoveWord(word); RemoveWord 42 chrome/browser/spellchecker/spellcheck_custom_dictionary.h void RemoveWord(const std::string& word); RemoveWord 91 chrome/browser/spellchecker/spellcheck_custom_dictionary.h bool RemoveWord(const std::string& word); RemoveWord 181 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc change.RemoveWord("bar"); RemoveWord 182 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc change.RemoveWord("foo"); RemoveWord 318 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_TRUE(dictionary->RemoveWord("bar")); RemoveWord 319 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_TRUE(dictionary->RemoveWord("foo")); RemoveWord 952 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_TRUE(custom_dictionary->RemoveWord("foo")); RemoveWord 953 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_TRUE(custom_dictionary->RemoveWord("bar")); RemoveWord 954 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc EXPECT_FALSE(custom_dictionary->RemoveWord("baz")); RemoveWord 73 chrome/browser/spellchecker/spellcheck_platform_mac.h void RemoveWord(const base::string16& word); RemoveWord 197 chrome/browser/sync/test/integration/dictionary_helper.cc dictionary_change.RemoveWord(word); RemoveWord 51 chrome/browser/sync/test/integration/dictionary_helper.h bool RemoveWord(int index, const std::string& word); RemoveWord 41 chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc ASSERT_TRUE(dictionary_helper::RemoveWord( RemoveWord 31 chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc ASSERT_TRUE(dictionary_helper::RemoveWord(0, word)); RemoveWord 42 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc ASSERT_TRUE(dictionary_helper::RemoveWord(i, words[i])); RemoveWord 81 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc dictionary_helper::RemoveWord(i, "foo"); RemoveWord 96 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc ASSERT_TRUE(dictionary_helper::RemoveWord(0, word)); RemoveWord 54 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc base::Bind(&LanguageDictionaryOverlayHandler::RemoveWord, RemoveWord 125 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc dictionary_->RemoveWord(old_word); RemoveWord 42 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.h void RemoveWord(const base::ListValue* args);