HomeSort by relevance Sort by last modified time
    Searched defs:PaintTimeCounter (Results 1 - 2 of 2) 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);

Completed in 986 milliseconds