HomeSort by relevance Sort by last modified time
    Searched full:spellchecked_word_count_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics.cc 13 spellchecked_word_count_(0),
47 spellchecked_word_count_++;
57 int percentage = (100 * misspelled_word_count_) / spellchecked_word_count_;
70 if (0 < spellchecked_word_count_) {
77 size_t checked_words_per_hour = spellchecked_word_count_ *
114 if (spellchecked_word_count_ != last_spellchecked_word_count_) {
115 DCHECK(spellchecked_word_count_ > last_spellchecked_word_count_);
116 UMA_HISTOGRAM_COUNTS("SpellCheck.CheckedWords", spellchecked_word_count_);
117 last_spellchecked_word_count_ = spellchecked_word_count_;
spellcheck_host_metrics.h 73 int spellchecked_word_count_; member in class:SpellCheckHostMetrics

Completed in 94 milliseconds