Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_host_metrics.cc14 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()
Dspellcheck_host_metrics.h74 int last_spellchecked_word_count_; variable