Searched defs:TypeCount (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/metrics/
H A Dmetrics_log_manager_unittest.cc31 size_t TypeCount(MetricsLog::LogType log_type) { function in class:metrics::__anon6582::TestLogPrefService
147 EXPECT_EQ(0U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG));
148 EXPECT_EQ(1U, pref_service.TypeCount(MetricsLog::ONGOING_LOG));
168 EXPECT_EQ(1U, pref_service.TypeCount(MetricsLog::ONGOING_LOG));
182 EXPECT_EQ(0U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG));
183 EXPECT_EQ(1U, pref_service.TypeCount(MetricsLog::ONGOING_LOG));
185 EXPECT_EQ(1U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG));
186 EXPECT_EQ(2U, pref_service.TypeCount(MetricsLog::ONGOING_LOG));
202 EXPECT_EQ(0U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG));
203 EXPECT_EQ(2U, pref_service.TypeCount(MetricsLo
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.cpp214 TypeCount enumerator in enum:blink::ViewportUMAType
226 Platform::current()->histogramEnumeration("Viewport.MetaTagType", XhtmlMobileProfile, TypeCount);
228 Platform::current()->histogramEnumeration("Viewport.MetaTagType", NoViewportTag, TypeCount);
235 Platform::current()->histogramEnumeration("Viewport.MetaTagType", ConstantWidth, TypeCount);
249 Platform::current()->histogramEnumeration("Viewport.MetaTagType", DeviceWidth, TypeCount);
252 Platform::current()->histogramEnumeration("Viewport.MetaTagType", MetaWidthOther, TypeCount);
255 Platform::current()->histogramEnumeration("Viewport.MetaTagType", MetaHandheldFriendly, TypeCount);
257 Platform::current()->histogramEnumeration("Viewport.MetaTagType", MobileOptimizedMeta, TypeCount);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h332 struct TypeCount { struct in class:HeapProfileTable
333 TypeCount(size_t bytes_arg, unsigned int objects_arg) function in struct:HeapProfileTable::TypeCount
415 AddressMap<TypeCount>* type_size_map);
418 TypeCount* size,

Completed in 122 milliseconds