PaintTimeCounter 10 cc/debug/paint_time_counter.cc scoped_ptr<PaintTimeCounter> PaintTimeCounter::Create() { PaintTimeCounter 11 cc/debug/paint_time_counter.cc return make_scoped_ptr(new PaintTimeCounter()); PaintTimeCounter 14 cc/debug/paint_time_counter.cc PaintTimeCounter::PaintTimeCounter() PaintTimeCounter 18 cc/debug/paint_time_counter.cc void PaintTimeCounter::SavePaintTime(const base::TimeDelta& total_paint_time) { PaintTimeCounter 28 cc/debug/paint_time_counter.cc void PaintTimeCounter::GetMinAndMaxPaintTime(base::TimeDelta* min, PaintTimeCounter 46 cc/debug/paint_time_counter.cc void PaintTimeCounter::ClearHistory() { PaintTimeCounter 16 cc/debug/paint_time_counter.h class PaintTimeCounter { PaintTimeCounter 18 cc/debug/paint_time_counter.h static scoped_ptr<PaintTimeCounter> Create(); PaintTimeCounter 36 cc/debug/paint_time_counter.h PaintTimeCounter(); PaintTimeCounter 42 cc/debug/paint_time_counter.h DISALLOW_COPY_AND_ASSIGN(PaintTimeCounter); PaintTimeCounter 203 cc/layers/heads_up_display_layer_impl.cc PaintTimeCounter* paint_time_counter = PaintTimeCounter 509 cc/layers/heads_up_display_layer_impl.cc const PaintTimeCounter* paint_time_counter, PaintTimeCounter 568 cc/layers/heads_up_display_layer_impl.cc for (PaintTimeCounter::RingBufferType::Iterator it = PaintTimeCounter 27 cc/layers/heads_up_display_layer_impl.h class PaintTimeCounter; PaintTimeCounter 109 cc/layers/heads_up_display_layer_impl.h const PaintTimeCounter* paint_time_counter, PaintTimeCounter 237 cc/trees/layer_tree_host_impl.cc paint_time_counter_(PaintTimeCounter::Create()), PaintTimeCounter 48 cc/trees/layer_tree_host_impl.h class PaintTimeCounter; PaintTimeCounter 336 cc/trees/layer_tree_host_impl.h PaintTimeCounter* paint_time_counter() { PaintTimeCounter 585 cc/trees/layer_tree_host_impl.h scoped_ptr<PaintTimeCounter> paint_time_counter_; PaintTimeCounter 635 cc/trees/layer_tree_impl.cc PaintTimeCounter* LayerTreeImpl::paint_time_counter() const { PaintTimeCounter 44 cc/trees/layer_tree_impl.h class PaintTimeCounter; PaintTimeCounter 72 cc/trees/layer_tree_impl.h PaintTimeCounter* paint_time_counter() const;