Searched defs:HistogramCustomizer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_thread_impl.h345 class CONTENT_EXPORT HistogramCustomizer { class in class:content::RenderThreadImpl
347 HistogramCustomizer();
348 ~HistogramCustomizer();
379 DISALLOW_COPY_AND_ASSIGN(HistogramCustomizer);
382 HistogramCustomizer* histogram_customizer() {
554 HistogramCustomizer histogram_customizer_;
H A Drender_thread_impl.cc345 RenderThreadImpl::HistogramCustomizer::HistogramCustomizer() { function in class:content::RenderThreadImpl::HistogramCustomizer
351 RenderThreadImpl::HistogramCustomizer::~HistogramCustomizer() {}
353 void RenderThreadImpl::HistogramCustomizer::RenderViewNavigatedToHost(
370 std::string RenderThreadImpl::HistogramCustomizer::ConvertToCustomHistogramName(
379 void RenderThreadImpl::HistogramCustomizer::SetCommonHost(

Completed in 68 milliseconds