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

  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 37 rendering_stats_instrumentation_->StartRecording();
44 rendering_stats_instrumentation_->EndRecording(start_time);
45 rendering_stats_instrumentation_->AddRecord(
bitmap_skpicture_content_layer_updater.cc 78 rendering_stats_instrumentation_->StartRecording();
81 rendering_stats_instrumentation_->EndRecording(start_time);
82 rendering_stats_instrumentation_->AddRaster(
bitmap_content_layer_updater.cc 75 rendering_stats_instrumentation_->StartRecording();
82 rendering_stats_instrumentation_->EndRecording(start_time);
83 rendering_stats_instrumentation_->AddPaint(
content_layer_updater.h 52 RenderingStatsInstrumentation* rendering_stats_instrumentation_; member in class:cc::ContentLayerUpdater
content_layer_updater.cc 25 : rendering_stats_instrumentation_(stats_instrumentation),
37 rendering_stats_instrumentation_ = rsi;
tile_manager.h 255 RenderingStatsInstrumentation* rendering_stats_instrumentation_; member in class:cc::TileManager
tile_manager.cc 375 rendering_stats_instrumentation_(rendering_stats_instrumentation),
    [all...]
  /external/chromium_org/cc/trees/
proxy_timing_history.cc 21 rendering_stats_instrumentation_(rendering_stats_instrumentation) {
57 rendering_stats_instrumentation_->AddBeginMainFrameToCommitDuration(
72 rendering_stats_instrumentation_->AddCommitToActivateDuration(
91 rendering_stats_instrumentation_->AddDrawDuration(draw_duration,
proxy_timing_history.h 41 RenderingStatsInstrumentation* rendering_stats_instrumentation_; member in class:cc::ProxyTimingHistory
layer_tree_host.h 150 return rendering_stats_instrumentation_.get();
374 scoped_ptr<RenderingStatsInstrumentation> rendering_stats_instrumentation_; member in class:cc::LayerTreeHost
layer_tree_host.cc 104 rendering_stats_instrumentation_(RenderingStatsInstrumentation::Create()),
129 rendering_stats_instrumentation_->set_record_rendering_stats(
431 rendering_stats_instrumentation_.get(),
601 rendering_stats_instrumentation_->set_record_rendering_stats(
    [all...]
layer_tree_host_impl.cc 261 rendering_stats_instrumentation_(rendering_stats_instrumentation),
832 rendering_stats_instrumentation_->AddVisibleContentArea(
834 rendering_stats_instrumentation_->AddApproximatedVisibleContentArea(
    [all...]
layer_tree_host_impl.h 684 RenderingStatsInstrumentation* rendering_stats_instrumentation_; member in class:cc::LayerTreeHostImpl

Completed in 368 milliseconds