Home
last modified time | relevance | path

Searched refs:kRobotoHistogramName (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/http/
Dwebfonts_histogram_unittest.cc15 const char kRobotoHistogramName[] = "WebFont.HttpCacheStatus_roboto"; variable
34 histograms.ExpectTotalCount(kRobotoHistogramName, 0); in TEST()
43 histograms.ExpectUniqueSample(kRobotoHistogramName, 3 /* ENTRY_USED */, 1); in TEST()
52 histograms.ExpectTotalCount(kRobotoHistogramName, 0); in TEST()
62 histograms.ExpectTotalCount(kRobotoHistogramName, 0); in TEST()
72 histograms.ExpectTotalCount(kRobotoHistogramName, 0); in TEST()
81 histograms.ExpectUniqueSample(kRobotoHistogramName, 3 /* ENTRY_USED */, 1); in TEST()
90 histograms.ExpectTotalCount(kRobotoHistogramName, 0); in TEST()
99 histograms.ExpectTotalCount(kRobotoHistogramName, 0); in TEST()
109 histograms.ExpectTotalCount(kRobotoHistogramName, 0); in TEST()
[all …]
Dwebfonts_histogram.cc27 const char kRobotoHistogramName[] = "WebFont.HttpCacheStatus_roboto"; variable
53 RecordCacheEvent(cache_status, kRobotoHistogramName); in MaybeRecordCacheStatus()