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

  /external/chromium_org/cc/debug/
paint_time_counter.cc 10 scoped_ptr<PaintTimeCounter> PaintTimeCounter::Create() {
11 return make_scoped_ptr(new PaintTimeCounter());
14 PaintTimeCounter::PaintTimeCounter()
18 void PaintTimeCounter::SavePaintTime(const base::TimeDelta& total_paint_time) {
28 void PaintTimeCounter::GetMinAndMaxPaintTime(base::TimeDelta* min,
46 void PaintTimeCounter::ClearHistory() {
paint_time_counter.h 16 class PaintTimeCounter {
18 static scoped_ptr<PaintTimeCounter> Create();
36 PaintTimeCounter();
42 DISALLOW_COPY_AND_ASSIGN(PaintTimeCounter);
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 26 class PaintTimeCounter;
106 const PaintTimeCounter* paint_time_counter,
heads_up_display_layer_impl.cc 195 PaintTimeCounter* paint_time_counter =
497 const PaintTimeCounter* paint_time_counter,
556 for (PaintTimeCounter::RingBufferType::Iterator it =
  /external/chromium_org/cc/trees/
layer_tree_impl.h 40 class PaintTimeCounter;
65 PaintTimeCounter* paint_time_counter() const;
layer_tree_host_impl.h 45 class PaintTimeCounter;
305 PaintTimeCounter* paint_time_counter() {
522 scoped_ptr<PaintTimeCounter> paint_time_counter_;
layer_tree_impl.cc 442 PaintTimeCounter* LayerTreeImpl::paint_time_counter() const {
layer_tree_host_impl.cc 190 paint_time_counter_(PaintTimeCounter::Create()),
    [all...]

Completed in 119 milliseconds