Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dspellcheck_host_impl.cc134 custom_words_.push_back(word); in AddWord()
194 custom_words_.push_back(list_of_words[i]); in InitializeInternal()
332 return custom_words_; in GetCustomWords()
336 return custom_words_.back(); in GetLastAddedFile()
Dspellcheck_host_impl.h121 std::vector<std::string> custom_words_; variable