Searched refs:record_metrics_for_frame (Results 1 – 9 of 9) sorted by relevance
22 static scoped_ptr<OverdrawMetrics> Create(bool record_metrics_for_frame) { in Create() argument23 return make_scoped_ptr(new OverdrawMetrics(record_metrics_for_frame)); in Create()76 explicit OverdrawMetrics(bool record_metrics_for_frame);
18 OverdrawMetrics::OverdrawMetrics(bool record_metrics_for_frame) in OverdrawMetrics() argument19 : record_metrics_for_frame_(record_metrics_for_frame), in OverdrawMetrics()
20 bool record_metrics_for_frame) in TestOcclusionTrackerBase() argument23 record_metrics_for_frame) {} in TestOcclusionTrackerBase()
36 bool record_metrics_for_frame);
22 gfx::Rect screen_space_clip_rect, bool record_metrics_for_frame) in OcclusionTrackerBase() argument24 overdraw_metrics_(OverdrawMetrics::Create(record_metrics_for_frame)), in OcclusionTrackerBase()
34 bool record_metrics_for_frame = true) in TestOcclusionTrackerImpl() argument36 record_metrics_for_frame) {} in TestOcclusionTrackerImpl()
1013 bool record_metrics_for_frame = in PaintLayerContents() local1018 root_layer_->render_surface()->content_rect(), record_metrics_for_frame); in PaintLayerContents()
749 bool record_metrics_for_frame = in CalculateRenderPasses() local755 record_metrics_for_frame); in CalculateRenderPasses()
88 bool record_metrics_for_frame) in TestOcclusionTrackerWithClip() argument91 record_metrics_for_frame) {} in TestOcclusionTrackerWithClip()