AddWord           289 chrome/browser/renderer_context_menu/spelling_menu_observer.cc         spellcheck->GetCustomDictionary()->AddWord(base::UTF16ToUTF8(
AddWord           295 chrome/browser/renderer_context_menu/spelling_menu_observer.cc     spellcheck_mac::AddWord(misspelled_word_);
AddWord           238 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc   dictionary_change.AddWord(word);
AddWord           374 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc         dictionary_change.AddWord(word);
AddWord            39 chrome/browser/spellchecker/spellcheck_custom_dictionary.h     void AddWord(const std::string& word);
AddWord            86 chrome/browser/spellchecker/spellcheck_custom_dictionary.h   bool AddWord(const std::string& word);
AddWord           169 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   change.AddWord("bar");
AddWord           170 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   change.AddWord("foo");
AddWord           205 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("foo");
AddWord           206 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("bar");
AddWord           210 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary2->AddWord("hoge");
AddWord           211 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary2->AddWord("fuga");
AddWord           284 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   change.AddWord("baz");
AddWord           303 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_TRUE(dictionary->AddWord("bar"));
AddWord           304 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_TRUE(dictionary->AddWord("foo"));
AddWord           334 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change.AddWord("foo" + base::Uint64ToString(i));
AddWord           342 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   dictionary->AddWord("baz");
AddWord           348 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   dictionary->AddWord("bar");
AddWord           354 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   dictionary->AddWord("snafoo");
AddWord           367 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   dictionary->AddWord("foo");
AddWord           368 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   dictionary->AddWord("bar");
AddWord           449 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change.AddWord("foo" + base::Uint64ToString(i));
AddWord           457 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change2.AddWord("bar" + base::Uint64ToString(i));
AddWord           500 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change.AddWord("foo" + base::Uint64ToString(i));
AddWord           549 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change.AddWord("foo" + base::Uint64ToString(i));
AddWord           550 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change2.AddWord("bar" + base::Uint64ToString(i));
AddWord           552 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   change.AddWord("foo");
AddWord           606 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change.AddWord("foo" + base::Uint64ToString(i));
AddWord           607 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change2.AddWord("bar" + base::Uint64ToString(i));
AddWord           660 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change.AddWord("foo" + base::Uint64ToString(i));
AddWord           664 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary2->AddWord("bar");
AddWord           665 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary2->AddWord("baz");
AddWord           711 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     change.AddWord("foo" + base::Uint64ToString(i));
AddWord           731 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("bar");
AddWord           735 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("baz");
AddWord           763 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("foo");
AddWord           806 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("foo");
AddWord           929 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_TRUE(custom_dictionary->AddWord("foo"));
AddWord           930 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_TRUE(custom_dictionary->AddWord("bar"));
AddWord           931 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_FALSE(custom_dictionary->AddWord("bar"));
AddWord           946 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_TRUE(custom_dictionary->AddWord("foo"));
AddWord           947 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   EXPECT_TRUE(custom_dictionary->AddWord("bar"));
AddWord           977 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("foo");
AddWord           978 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("bar");
AddWord           979 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary2->AddWord("foo");
AddWord           980 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary2->AddWord("baz");
AddWord          1037 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc       change.AddWord("foo" + base::Uint64ToString(i));
AddWord          1084 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc       change.AddWord("bar" + base::Uint64ToString(i));
AddWord          1148 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   change.AddWord("bar");
AddWord          1149 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   change.AddWord("foo");
AddWord          1173 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   custom_dictionary->AddWord("foo");
AddWord            99 chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc   filter->GetSpellcheckService()->GetCustomDictionary()->AddWord(kCustomWord);
AddWord            70 chrome/browser/spellchecker/spellcheck_platform_mac.h void AddWord(const base::string16& word);
AddWord           185 chrome/browser/sync/test/integration/dictionary_helper.cc   dictionary_change.AddWord(word);
AddWord            46 chrome/browser/sync/test/integration/dictionary_helper.h bool AddWord(int index, const std::string& word);
AddWord            30 chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc   ASSERT_TRUE(dictionary_helper::AddWord(0, "foo"));
AddWord            40 chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc     dictionary_helper::AddWord(i, "foo");
AddWord            51 chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc     dictionary_helper::AddWord(i, "foo" + base::IntToString(i));
AddWord            77 chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc       ASSERT_TRUE(dictionary_helper::AddWord(
AddWord            30 chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc     ASSERT_TRUE(dictionary_helper::AddWord(
AddWord            27 chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc   ASSERT_TRUE(dictionary_helper::AddWord(0, word));
AddWord            34 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc     ASSERT_TRUE(dictionary_helper::AddWord(i, words[i]));
AddWord            51 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc     ASSERT_TRUE(dictionary_helper::AddWord(i, words[i]));
AddWord            63 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc     dictionary_helper::AddWord(i, "foo");
AddWord            75 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc     dictionary_helper::AddWord(i, "foo");
AddWord            94 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc   ASSERT_TRUE(dictionary_helper::AddWord(0, word));
AddWord            99 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc   ASSERT_TRUE(dictionary_helper::AddWord(1, word));
AddWord           111 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc   ASSERT_TRUE(dictionary_helper::AddWord(0, "foo"));
AddWord           126 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc     ASSERT_TRUE(dictionary_helper::AddWord(
AddWord           128 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc     ASSERT_TRUE(dictionary_helper::AddWord(
AddWord            50 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc       base::Bind(&LanguageDictionaryOverlayHandler::AddWord,
AddWord           116 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc   dictionary_->AddWord(new_word);
AddWord            39 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.h   void AddWord(const base::ListValue* args);
AddWord            53 content/public/test/mock_render_process_host.h   virtual void AddWord(const base::string16& word);
AddWord           333 ui/gfx/text_elider.cc   void AddWord(const base::string16& word);
AddWord           401 ui/gfx/text_elider.cc         AddWord(words.GetString());
AddWord           507 ui/gfx/text_elider.cc   int AddWord(const base::string16& word);
AddWord           606 ui/gfx/text_elider.cc         const int lines_added = AddWord(word);