Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dspellcheck_host_impl.cc191 std::vector<std::string> list_of_words; in InitializeInternal() local
192 base::SplitString(contents, '\n', &list_of_words); in InitializeInternal()
193 for (size_t i = 0; i < list_of_words.size(); ++i) in InitializeInternal()
194 custom_words_.push_back(list_of_words[i]); in InitializeInternal()