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 257 RenderThreadImpl::HistogramCustomizer::HistogramCustomizer() {
263 RenderThreadImpl::HistogramCustomizer::~HistogramCustomizer() {}
265 void RenderThreadImpl::HistogramCustomizer::RenderViewNavigatedToHost(
282 std::string RenderThreadImpl::HistogramCustomizer::ConvertToCustomHistogramName(
291 void RenderThreadImpl::HistogramCustomizer::SetCommonHost(
    [all...]
render_thread_impl.h 306 class CONTENT_EXPORT HistogramCustomizer {
308 HistogramCustomizer();
309 ~HistogramCustomizer();
340 DISALLOW_COPY_AND_ASSIGN(HistogramCustomizer);
343 HistogramCustomizer* histogram_customizer() {
488 HistogramCustomizer histogram_customizer_;

Completed in 423 milliseconds