Searched refs:suggestion_show_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_host_metrics.cc15 suggestion_show_count_(0),
89 suggestion_show_count_ += delta;
105 if (suggestion_show_count_) {
106 int percentage = (100 * replaced_word_count_) / suggestion_show_count_;
138 if (suggestion_show_count_ != last_suggestion_show_count_) {
139 DCHECK(suggestion_show_count_ > last_suggestion_show_count_);
140 UMA_HISTOGRAM_COUNTS("SpellCheck.ShownSuggestions", suggestion_show_count_);
141 last_suggestion_show_count_ = suggestion_show_count_;
H A Dspellcheck_host_metrics.h77 int suggestion_show_count_; member in class:SpellCheckHostMetrics

Completed in 74 milliseconds