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

  /external/chromium_org/cc/debug/
micro_benchmark_impl.h 34 virtual void RunOnLayer(LayerImpl* layer);
35 virtual void RunOnLayer(PictureLayerImpl* layer);
micro_benchmark.cc 36 void MicroBenchmark::RunOnLayer(Layer* layer) {}
38 void MicroBenchmark::RunOnLayer(PictureLayer* layer) {}
micro_benchmark.h 35 virtual void RunOnLayer(Layer* layer);
36 virtual void RunOnLayer(PictureLayer* layer);
micro_benchmark_impl.cc 44 void MicroBenchmarkImpl::RunOnLayer(LayerImpl* layer) {}
46 void MicroBenchmarkImpl::RunOnLayer(PictureLayerImpl* layer) {}
invalidation_benchmark.h 28 virtual void RunOnLayer(PictureLayer* layer) OVERRIDE;
picture_record_benchmark.h 27 virtual void RunOnLayer(PictureLayer* layer) OVERRIDE;
rasterize_and_record_benchmark_impl.h 31 virtual void RunOnLayer(PictureLayerImpl* layer) OVERRIDE;
rasterize_and_record_benchmark.h 34 virtual void RunOnLayer(PictureLayer* layer) OVERRIDE;
invalidation_benchmark.cc 74 void InvalidationBenchmark::RunOnLayer(PictureLayer* layer) {
picture_record_benchmark.cc 90 void PictureRecordBenchmark::RunOnLayer(PictureLayer* layer) {
rasterize_and_record_benchmark.cc 99 void RasterizeAndRecordBenchmark::RunOnLayer(PictureLayer* layer) {
rasterize_and_record_benchmark_impl.cc 195 void RasterizeAndRecordBenchmarkImpl::RunOnLayer(PictureLayerImpl* layer) {
  /external/chromium_org/cc/layers/
picture_layer.cc 209 benchmark->RunOnLayer(this);
layer.cc     [all...]
layer_impl.cc     [all...]
picture_layer_impl.cc     [all...]

Completed in 3680 milliseconds