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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics.cc 10 SpellCheckHostMetrics::SpellCheckHostMetrics()
24 this, &SpellCheckHostMetrics::OnHistogramTimerExpired);
28 SpellCheckHostMetrics::~SpellCheckHostMetrics() {
32 void SpellCheckHostMetrics::RecordCustomWordCountStats(size_t count) {
36 void SpellCheckHostMetrics::RecordEnabledStats(bool enabled) {
45 void SpellCheckHostMetrics::RecordCheckedWordStats(const string16& word,
69 void SpellCheckHostMetrics::OnHistogramTimerExpired() {
84 void SpellCheckHostMetrics::RecordDictionaryCorruptionStats(bool corrupted)
    [all...]
spellcheck_host_metrics.h 23 // metrics.reset(new SpellCheckHostMetrics());
29 class SpellCheckHostMetrics {
31 SpellCheckHostMetrics();
32 ~SpellCheckHostMetrics();
91 base::RepeatingTimer<SpellCheckHostMetrics> recording_timer_;

Completed in 42 milliseconds