Searched defs:HistogramName (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/mac/
H A Dmac_startup_profiler.cc44 const std::string MacStartupProfiler::HistogramName(Location location) { function in class:MacStartupProfiler
66 const std::string name(HistogramName(location));
/external/chromium_org/net/disk_cache/blockfile/
H A Dwebfonts_histogram.cc54 std::string HistogramName(const char* prefix, const char* label) { function in namespace:__anon9162
59 CACHE_HISTOGRAM_ENUMERATION(HistogramName("DiskCacheHit", label),
85 CACHE_HISTOGRAM_COUNTS_10000(HistogramName("DiskCache.ReuseCount.Hit", label),
87 CACHE_HISTOGRAM_AGE(HistogramName("DiskCache.EntryAge.Hit", label),
98 HistogramName("DiskCache.ReuseCount.Evict", label),
100 CACHE_HISTOGRAM_AGE(HistogramName("DiskCache.EntryAge.Evict", label),
H A Dbackend_impl_v3.cc231 std::string BackendImplV3::HistogramName(const char* name) const { function in class:disk_cache::BackendImplV3
H A Dbackend_impl.cc947 std::string BackendImpl::HistogramName(const char* name, int experiment) const { function in class:disk_cache::BackendImpl

Completed in 381 milliseconds