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

  /external/chromium_org/cc/debug/
rendering_stats.cc 12 painted_pixel_count(0),
20 record_data->SetInteger("painted_pixel_count", painted_pixel_count);
29 painted_pixel_count += other.painted_pixel_count;
60 main_stats.painted_pixel_count);
rendering_stats.h 37 int64 painted_pixel_count; member in struct:cc::MainThreadRenderingStats
rendering_stats_instrumentation.cc 79 main_stats_.painted_pixel_count += pixels;
  /external/chromium_org/tools/perf/metrics/
rendering_stats.py 27 self.painted_pixel_count = []
63 self.painted_pixel_count.append(
64 event.args['data']['painted_pixel_count'])
rendering_stats_unittest.py 37 self.painted_pixel_count = []
55 'painted_pixel_count': 0,
79 ref_stats.painted_pixel_count.append(data['painted_pixel_count'])
191 self.assertEquals(stats.painted_pixel_count, ref_stats.painted_pixel_count)
  /external/chromium_org/content/renderer/
render_widget.cc 1315 int64 painted_pixel_count = rect.width() * rect.height(); local
    [all...]

Completed in 51 milliseconds