HomeSort by relevance Sort by last modified time
    Searched refs:RemoveWord (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.h 43 bool RemoveWord(int index, const std::string& word);
single_client_dictionary_sync_test.cc 28 ASSERT_TRUE(dictionary_helper::RemoveWord(0, word));
two_client_dictionary_sync_test.cc 39 ASSERT_TRUE(dictionary_helper::RemoveWord(i, words[i]));
78 dictionary_helper::RemoveWord(i, "foo");
93 ASSERT_TRUE(dictionary_helper::RemoveWord(0, word));
dictionary_helper.cc 22 // Same as SpellcheckCustomDictionary::AddWord/RemoveWord, except does not
118 bool RemoveWord(int index, const std::string& word) {
120 dictionary_change.RemoveWord(word);
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.h 42 void RemoveWord(const base::ListValue* args);
language_dictionary_overlay_handler.cc 54 base::Bind(&LanguageDictionaryOverlayHandler::RemoveWord,
117 void LanguageDictionaryOverlayHandler::RemoveWord(const ListValue* args) {
123 dictionary_->RemoveWord(old_word);
  /external/chromium/chrome/browser/
spellchecker_linux.cc 52 void RemoveWord(const string16& word) {}
spellchecker_platform_engine.h 70 void RemoveWord(const string16& word);
spellchecker_win.cc 52 void RemoveWord(const string16& word) {}
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac.h 73 void RemoveWord(const string16& word);
spellcheck_custom_dictionary.h 42 void RemoveWord(const std::string& word);
91 bool RemoveWord(const std::string& word);
spellcheck_custom_dictionary.cc 198 void SpellcheckCustomDictionary::Change::RemoveWord(const std::string& word) {
252 bool SpellcheckCustomDictionary::RemoveWord(const std::string& word) {
255 dictionary_change.RemoveWord(word);
386 dictionary_change.RemoveWord(word);
spellcheck_custom_dictionary_unittest.cc 197 change.RemoveWord("bar");
198 change.RemoveWord("foo");
334 EXPECT_TRUE(dictionary->RemoveWord("bar"));
335 EXPECT_TRUE(dictionary->RemoveWord("foo"));
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
dictionary_sync_perf_test.cc 41 ASSERT_TRUE(dictionary_helper::RemoveWord(

Completed in 37 milliseconds