/external/chromium_org/cc/resources/ |
D | picture_pile_impl.cc | 75 RenderingStatsInstrumentation* rendering_stats_instrumentation) { in RasterDirect() argument 80 rendering_stats_instrumentation, in RasterDirect() 97 RenderingStatsInstrumentation* rendering_stats_instrumentation) { in RasterToBitmap() argument 144 rendering_stats_instrumentation, in RasterToBitmap() 214 RenderingStatsInstrumentation* rendering_stats_instrumentation, in RasterCommon() argument 257 if (rendering_stats_instrumentation) in RasterCommon() 258 start_time = rendering_stats_instrumentation->StartRecording(); in RasterCommon() 263 if (rendering_stats_instrumentation) { in RasterCommon() 265 rendering_stats_instrumentation->EndRecording(start_time); in RasterCommon() 270 if (rendering_stats_instrumentation) { in RasterCommon() [all …]
|
D | picture_pile_impl.h | 44 RenderingStatsInstrumentation* rendering_stats_instrumentation); 142 RenderingStatsInstrumentation* rendering_stats_instrumentation,
|
D | tile_manager.h | 56 RenderingStatsInstrumentation* rendering_stats_instrumentation, 125 RenderingStatsInstrumentation* rendering_stats_instrumentation);
|
D | tile_manager.cc | 171 RenderingStatsInstrumentation* rendering_stats_instrumentation, in Create() argument 190 rendering_stats_instrumentation)); in Create() 199 RenderingStatsInstrumentation* rendering_stats_instrumentation) in TileManager() argument 215 rendering_stats_instrumentation_(rendering_stats_instrumentation), in TileManager()
|
D | picture_pile_impl_unittest.cc | 685 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; in TEST() local 690 &rendering_stats_instrumentation); in TEST() 736 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; in TEST() local 738 &canvas, canvas_rect, contents_scale, &rendering_stats_instrumentation); in TEST()
|
/external/chromium_org/cc/layers/ |
D | content_layer.cc | 76 host->rendering_stats_instrumentation()); in SetLayerTreeHost() 120 rendering_stats_instrumentation(), in CreateUpdaterIfNeeded() 125 rendering_stats_instrumentation(), in CreateUpdaterIfNeeded()
|
D | picture_layer.cc | 119 rendering_stats_instrumentation()); in Update()
|
D | layer.cc | 1152 RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const { in rendering_stats_instrumentation() function in cc::Layer 1153 return layer_tree_host_->rendering_stats_instrumentation(); in rendering_stats_instrumentation()
|
D | layer.h | 439 RenderingStatsInstrumentation* rendering_stats_instrumentation() const;
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_impl.h | 107 RenderingStatsInstrumentation* rendering_stats_instrumentation, 435 RenderingStatsInstrumentation* rendering_stats_instrumentation,
|
D | layer_tree_host.h | 166 RenderingStatsInstrumentation* rendering_stats_instrumentation() const { in rendering_stats_instrumentation() function
|
D | single_thread_proxy.cc | 231 layer_tree_host_->rendering_stats_instrumentation(); in DoCommit()
|
D | layer_tree_host_impl.cc | 210 RenderingStatsInstrumentation* rendering_stats_instrumentation, in Create() argument 214 settings, client, proxy, rendering_stats_instrumentation, manager, id)); in Create() 221 RenderingStatsInstrumentation* rendering_stats_instrumentation, in LayerTreeHostImpl() argument 258 rendering_stats_instrumentation_(rendering_stats_instrumentation), in LayerTreeHostImpl()
|
D | thread_proxy.cc | 944 layer_tree_host()->rendering_stats_instrumentation(); in BeginMainFrame()
|
D | layer_tree_host_impl_unittest.cc | 1126 RenderingStatsInstrumentation* rendering_stats_instrumentation) in LayerTreeHostImplOverridePhysicalTime() argument 1130 rendering_stats_instrumentation, in LayerTreeHostImplOverridePhysicalTime()
|
/external/chromium_org/cc/ |
D | cc.gyp | 113 'debug/rendering_stats_instrumentation.cc', 114 'debug/rendering_stats_instrumentation.h',
|
D | cc.target.darwin-mips.mk | 66 cc/debug/rendering_stats_instrumentation.cc \
|
D | cc.target.linux-x86.mk | 66 cc/debug/rendering_stats_instrumentation.cc \
|
D | cc.target.darwin-arm.mk | 66 cc/debug/rendering_stats_instrumentation.cc \
|
D | cc.target.linux-arm.mk | 66 cc/debug/rendering_stats_instrumentation.cc \
|
D | cc.target.darwin-x86.mk | 66 cc/debug/rendering_stats_instrumentation.cc \
|
D | cc.target.linux-mips.mk | 66 cc/debug/rendering_stats_instrumentation.cc \
|
/external/chromium_org/cc/test/ |
D | layer_tree_test.cc | 312 rendering_stats_instrumentation()).PassAs<LayerTreeHostImpl>(); in CreateLayerTreeHostImpl()
|