Home
last modified time | relevance | path

Searched refs:RecordSpellingServiceStats (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_host_metrics_unittest.cc142 TEST_F(SpellcheckHostMetricsTest, RecordSpellingServiceStats) { in TEST_F() argument
149 metrics()->RecordSpellingServiceStats(false); in TEST_F()
162 metrics()->RecordSpellingServiceStats(true); in TEST_F()
Dspellcheck_host_metrics.h59 void RecordSpellingServiceStats(bool enabled);
Dspellcheck_host_metrics.cc145 void SpellCheckHostMetrics::RecordSpellingServiceStats(bool enabled) { in RecordSpellingServiceStats() function in SpellCheckHostMetrics
Dspellcheck_service.cc318 metrics_->RecordSpellingServiceStats(enabled); in OnUseSpellingServiceChanged()