Home
last modified time | relevance | path

Searched refs:histogram_customizer_ (Results 1 – 2 of 2) 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()
23 RenderThreadImpl::HistogramCustomizer histogram_customizer_; member in content::RenderThreadImplUnittest
31 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 …]
Drender_thread_impl.h340 return &histogram_customizer_; in histogram_customizer()
500 HistogramCustomizer histogram_customizer_; variable