Searched refs:histogram_customizer_ (Results 1 – 2 of 2) sorted by relevance
20 histogram_customizer_.custom_histograms_.clear(); in SetUp()21 histogram_customizer_.custom_histograms_.insert(kCustomizableHistogram_); in SetUp()23 RenderThreadImpl::HistogramCustomizer histogram_customizer_; member in content::RenderThreadImplUnittest31 histogram_customizer_.ConvertToCustomHistogramName( in TEST_F()34 histogram_customizer_.ConvertToCustomHistogramName( in TEST_F()39 histogram_customizer_.RenderViewNavigatedToHost("mail.google.com", 1); in TEST_F()41 histogram_customizer_.ConvertToCustomHistogramName( in TEST_F()44 histogram_customizer_.ConvertToCustomHistogramName( in TEST_F()46 histogram_customizer_.RenderViewNavigatedToHost("docs.google.com", 1); in TEST_F()48 histogram_customizer_.ConvertToCustomHistogramName( in TEST_F()[all …]
340 return &histogram_customizer_; in histogram_customizer()500 HistogramCustomizer histogram_customizer_; variable