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

  /external/chromium_org/content/renderer/
render_thread_impl.h 343 class CONTENT_EXPORT HistogramCustomizer {
345 HistogramCustomizer();
346 ~HistogramCustomizer();
377 DISALLOW_COPY_AND_ASSIGN(HistogramCustomizer);
380 HistogramCustomizer* histogram_customizer() {
561 HistogramCustomizer histogram_customizer_;
render_thread_impl_unittest.cc 23 RenderThreadImpl::HistogramCustomizer histogram_customizer_;
render_thread_impl.cc 277 RenderThreadImpl::HistogramCustomizer::HistogramCustomizer() {
283 RenderThreadImpl::HistogramCustomizer::~HistogramCustomizer() {}
285 void RenderThreadImpl::HistogramCustomizer::RenderViewNavigatedToHost(
302 std::string RenderThreadImpl::HistogramCustomizer::ConvertToCustomHistogramName(
311 void RenderThreadImpl::HistogramCustomizer::SetCommonHost(
    [all...]

Completed in 34 milliseconds