Searched refs:SpellCheckHostMetrics (Results 1 – 7 of 7) sorted by relevance
10 SpellCheckHostMetrics::SpellCheckHostMetrics() in SpellCheckHostMetrics() function in SpellCheckHostMetrics24 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 …]
29 class SpellCheckHostMetrics {31 SpellCheckHostMetrics();32 ~SpellCheckHostMetrics();91 base::RepeatingTimer<SpellCheckHostMetrics> recording_timer_;
31 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()
22 class SpellCheckHostMetrics; variable89 SpellCheckHostMetrics* GetMetrics() const;160 scoped_ptr<SpellCheckHostMetrics> metrics_;
153 metrics_.reset(new SpellCheckHostMetrics()); in StartRecordingMetrics()183 SpellCheckHostMetrics* SpellcheckService::GetMetrics() const { in GetMetrics()
403 SpellCheckHostMetrics::RecordCustomWordCountStats(words.size()); in LoadDictionaryFile()
1121 SpellCheckHostMetrics::RecordCustomWordCountStats(123); in TEST_F()