Home
last modified time | relevance | path

Searched refs:custom_histograms_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
Drender_thread_impl_unittest.cc20 histogram_customizer_.custom_histograms_.clear(); in SetUp()
21 histogram_customizer_.custom_histograms_.insert(kCustomizableHistogram_); in SetUp()
Drender_thread_impl.cc249 custom_histograms_.insert("V8.MemoryExternalFragmentationTotal"); in HistogramCustomizer()
250 custom_histograms_.insert("V8.MemoryHeapSampleTotalCommitted"); in HistogramCustomizer()
251 custom_histograms_.insert("V8.MemoryHeapSampleTotalUsed"); in HistogramCustomizer()
277 custom_histograms_.find(name) != custom_histograms_.end()) in ConvertToCustomHistogramName()
Drender_thread_impl.h334 std::set<std::string> custom_histograms_; variable