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

  /external/chromium_org/cc/debug/
paint_time_counter.cc 20 base::TimeDelta paint_time = total_paint_time - last_total_paint_time_; local
21 ring_buffer_.SaveToBuffer(paint_time);
34 const base::TimeDelta paint_time = **it; local
36 if (paint_time < *min)
37 *min = paint_time;
38 if (paint_time > *max)
39 *max = paint_time;
  /external/chromium_org/content/renderer/
render_widget.cc 1020 base::TimeDelta paint_time = local
1035 base::TimeDelta paint_time = local
    [all...]

Completed in 491 milliseconds