Home | History | Annotate | Download | only in spellchecker

Lines Matching refs:words_

232   return words_;
260 return !!words_.count(word);
326 WordList to_add_remotely = base::STLSetDifference<WordList>(words_,
350 for (WordSet::const_iterator it = words_.begin();
351 it != words_.end() &&
447 words_.insert(dictionary_change.to_add().begin(),
452 base::STLSetDifference<WordSet>(words_,
454 std::swap(words_, updated_words);
477 int server_size = static_cast<int>(words_.size()) -
522 if (words_.size() > chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS)