Home | History | Annotate | Download | only in spellchecker

Lines Matching defs:custom_words

91       const chrome::spellcheck_common::WordList& custom_words) {
92 dictionary.OnLoaded(custom_words);
763 WordList custom_words;
764 custom_words.push_back("bar");
765 OnLoaded(*custom_dictionary, custom_words);
801 WordList custom_words;
805 custom_words.push_back("foo" + base::Uint64ToString(i));
807 OnLoaded(*custom_dictionary, custom_words);
878 WordList custom_words;
879 custom_words.push_back("foo");
880 custom_words.push_back("bar");
881 OnLoaded(*custom_dictionary, custom_words);