Searched refs:custom_words_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dspellcheck_host_impl.h121 std::vector<std::string> custom_words_; member in class:SpellCheckHostImpl
H A Dspellcheck_host_impl.cc134 custom_words_.push_back(word);
194 custom_words_.push_back(list_of_words[i]);
332 return custom_words_;
336 return custom_words_.back();

Completed in 221 milliseconds