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 306 class CONTENT_EXPORT HistogramCustomizer {
308 HistogramCustomizer();
309 ~HistogramCustomizer();
340 DISALLOW_COPY_AND_ASSIGN(HistogramCustomizer);
343 HistogramCustomizer* histogram_customizer() {
488 HistogramCustomizer histogram_customizer_;
render_thread_impl_unittest.cc 23 RenderThreadImpl::HistogramCustomizer histogram_customizer_;
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...]

Completed in 53 milliseconds