HomeSort by relevance Sort by last modified time
    Searched refs:histogram_customizer_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
render_thread_impl_unittest.cc 20 histogram_customizer_.custom_histograms_.clear();
21 histogram_customizer_.custom_histograms_.insert(kCustomizableHistogram_);
23 RenderThreadImpl::HistogramCustomizer histogram_customizer_; member in class:content::RenderThreadImplUnittest
31 histogram_customizer_.ConvertToCustomHistogramName(
34 histogram_customizer_.ConvertToCustomHistogramName(
39 histogram_customizer_.RenderViewNavigatedToHost("mail.google.com", 1);
41 histogram_customizer_.ConvertToCustomHistogramName(
44 histogram_customizer_.ConvertToCustomHistogramName(
46 histogram_customizer_.RenderViewNavigatedToHost("docs.google.com", 1);
48 histogram_customizer_.ConvertToCustomHistogramName
    [all...]
render_thread_impl.h 381 return &histogram_customizer_;
561 HistogramCustomizer histogram_customizer_; member in class:content::RenderThreadImpl

Completed in 38 milliseconds