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

  /external/chromium_org/content/renderer/
render_thread_impl.cc 345 RenderThreadImpl::HistogramCustomizer::HistogramCustomizer() {
351 RenderThreadImpl::HistogramCustomizer::~HistogramCustomizer() {}
353 void RenderThreadImpl::HistogramCustomizer::RenderViewNavigatedToHost(
370 std::string RenderThreadImpl::HistogramCustomizer::ConvertToCustomHistogramName(
379 void RenderThreadImpl::HistogramCustomizer::SetCommonHost(
    [all...]
render_thread_impl.h 345 class CONTENT_EXPORT HistogramCustomizer {
347 HistogramCustomizer();
348 ~HistogramCustomizer();
379 DISALLOW_COPY_AND_ASSIGN(HistogramCustomizer);
382 HistogramCustomizer* histogram_customizer() {
554 HistogramCustomizer histogram_customizer_;

Completed in 138 milliseconds