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

  /external/chromium_org/components/metrics/
metrics_log_manager_unittest.cc 31 size_t TypeCount(MetricsLog::LogType log_type) {
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(MetricsLog::ONGOING_LOG))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 214 TypeCount
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/
heap-profile-table.h 332 struct TypeCount {
333 TypeCount(size_t bytes_arg, unsigned int objects_arg)
415 AddressMap<TypeCount>* type_size_map);
418 TypeCount* size,

Completed in 9572 milliseconds