OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordSpellingServiceStats
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics_unittest.cc
100
TEST_F(SpellcheckHostMetricsTest,
RecordSpellingServiceStats
) {
104
metrics()->
RecordSpellingServiceStats
(false);
111
metrics()->
RecordSpellingServiceStats
(true);
spellcheck_host_metrics.h
59
void
RecordSpellingServiceStats
(bool enabled);
spellcheck_host_metrics.cc
145
void SpellCheckHostMetrics::
RecordSpellingServiceStats
(bool enabled) {
spellcheck_service.cc
306
metrics_->
RecordSpellingServiceStats
(enabled);
Completed in 776 milliseconds