Searched refs:last_spellchecked_word_count_ (Results 1 – 2 of 2) sorted by relevance
14 last_spellchecked_word_count_(-1), in SpellCheckHostMetrics()114 if (spellchecked_word_count_ != last_spellchecked_word_count_) { in RecordWordCounts()115 DCHECK(spellchecked_word_count_ > last_spellchecked_word_count_); in RecordWordCounts()117 last_spellchecked_word_count_ = spellchecked_word_count_; in RecordWordCounts()
74 int last_spellchecked_word_count_; variable