HomeSort by relevance Sort by last modified time
    Searched defs:stats_instrumentation (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/layers/
content_layer_unittest.cc 41 FakeRenderingStatsInstrumentation stats_instrumentation; local
45 &stats_instrumentation,
  /external/chromium_org/cc/test/
fake_picture_pile_impl.cc 66 FakeRenderingStatsInstrumentation stats_instrumentation; local
69 picture->Record(&client_, tile_grid_info_, &stats_instrumentation);
70 picture->GatherPixelRefs(tile_grid_info_, &stats_instrumentation);
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 668 FakeRenderingStatsInstrumentation stats_instrumentation; local
683 &stats_instrumentation);
684 pictures[y][x]->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
picture_pile_unittest.cc 31 FakeRenderingStatsInstrumentation stats_instrumentation; local
49 &stats_instrumentation);
58 &stats_instrumentation);
83 FakeRenderingStatsInstrumentation stats_instrumentation; local
101 &stats_instrumentation);
110 &stats_instrumentation);
137 FakeRenderingStatsInstrumentation stats_instrumentation; local
164 &stats_instrumentation);
178 &stats_instrumentation);
picture_unittest.cc 36 FakeRenderingStatsInstrumentation stats_instrumentation; local
56 &stats_instrumentation);
83 &stats_instrumentation);
116 FakeRenderingStatsInstrumentation stats_instrumentation; local
144 &stats_instrumentation);
145 picture->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
215 FakeRenderingStatsInstrumentation stats_instrumentation; local
243 &stats_instrumentation);
244 picture->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
338 FakeRenderingStatsInstrumentation stats_instrumentation; local
    [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 189 RenderingStatsInstrumentation* stats_instrumentation = local
191 base::TimeTicks start_time = stats_instrumentation->StartRecording();
222 base::TimeDelta duration = stats_instrumentation->EndRecording(start_time);
223 stats_instrumentation->AddCommit(duration);
tree_synchronizer_unittest.cc 503 FakeRenderingStatsInstrumentation stats_instrumentation; local
508 &stats_instrumentation);
thread_proxy.cc 823 RenderingStatsInstrumentation* stats_instrumentation = local
825 base::TimeTicks start_time = stats_instrumentation->StartRecording();
837 base::TimeDelta duration = stats_instrumentation->EndRecording(start_time);
838 stats_instrumentation->AddCommit(duration);
    [all...]

Completed in 196 milliseconds