Home
last modified time | relevance | path

Searched refs:SpellCheckHostMetrics (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_host_metrics.cc10 SpellCheckHostMetrics::SpellCheckHostMetrics() in SpellCheckHostMetrics() function in SpellCheckHostMetrics
24 this, &SpellCheckHostMetrics::OnHistogramTimerExpired); in SpellCheckHostMetrics()
28 SpellCheckHostMetrics::~SpellCheckHostMetrics() { in ~SpellCheckHostMetrics()
32 void SpellCheckHostMetrics::RecordCustomWordCountStats(size_t count) { in RecordCustomWordCountStats()
36 void SpellCheckHostMetrics::RecordEnabledStats(bool enabled) { in RecordEnabledStats()
45 void SpellCheckHostMetrics::RecordCheckedWordStats(const base::string16& word, in RecordCheckedWordStats()
69 void SpellCheckHostMetrics::OnHistogramTimerExpired() { in OnHistogramTimerExpired()
84 void SpellCheckHostMetrics::RecordDictionaryCorruptionStats(bool corrupted) { in RecordDictionaryCorruptionStats()
88 void SpellCheckHostMetrics::RecordSuggestionStats(int delta) { in RecordSuggestionStats()
94 void SpellCheckHostMetrics::RecordReplacedWordStats(int delta) { in RecordReplacedWordStats()
[all …]
Dspellcheck_host_metrics.h29 class SpellCheckHostMetrics {
31 SpellCheckHostMetrics();
32 ~SpellCheckHostMetrics();
91 base::RepeatingTimer<SpellCheckHostMetrics> recording_timer_;
Dspellcheck_host_metrics_unittest.cc31 metrics_.reset(new SpellCheckHostMetrics); in SetUp()
34 SpellCheckHostMetrics* metrics() { return metrics_.get(); } in metrics()
39 scoped_ptr<SpellCheckHostMetrics> metrics_;
69 SpellCheckHostMetrics::RecordCustomWordCountStats(123); in TEST_F()
77 SpellCheckHostMetrics::RecordCustomWordCountStats(23); in TEST_F()
Dspellcheck_service.h22 class SpellCheckHostMetrics; variable
89 SpellCheckHostMetrics* GetMetrics() const;
160 scoped_ptr<SpellCheckHostMetrics> metrics_;
Dspellcheck_service.cc153 metrics_.reset(new SpellCheckHostMetrics()); in StartRecordingMetrics()
183 SpellCheckHostMetrics* SpellcheckService::GetMetrics() const { in GetMetrics()
Dspellcheck_custom_dictionary.cc403 SpellCheckHostMetrics::RecordCustomWordCountStats(words.size()); in LoadDictionaryFile()
Dspellcheck_custom_dictionary_unittest.cc1121 SpellCheckHostMetrics::RecordCustomWordCountStats(123); in TEST_F()