Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dcustom_dictionary_engine.cc30 const std::vector<std::string>& words_removed) { in OnCustomDictionaryChanged() argument
36 for (std::vector<std::string>::const_iterator it = words_removed.begin(); in OnCustomDictionaryChanged()
37 it != words_removed.end(); in OnCustomDictionaryChanged()
Dcustom_dictionary_engine.h35 const std::vector<std::string>& words_removed);
Dspellcheck.h127 const std::vector<std::string>& words_removed);
Dspellcheck.cc172 const std::vector<std::string>& words_removed) { in OnCustomDictionaryChanged() argument
173 custom_dictionary_.OnCustomDictionaryChanged(words_added, words_removed); in OnCustomDictionaryChanged()