Home
last modified time | relevance | path

Searched refs:DidUpdateLayers (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/cc/debug/
Dmicro_benchmark_controller.cc89 void MicroBenchmarkController::DidUpdateLayers() { in DidUpdateLayers() function in cc::MicroBenchmarkController
94 (*it)->DidUpdateLayers(host_); in DidUpdateLayers()
Dunittest_only_benchmark.h19 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
Dmicro_benchmark_controller.h29 void DidUpdateLayers();
Dpicture_record_benchmark.h26 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
Dmicro_benchmark.cc27 void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {} in DidUpdateLayers() function in cc::MicroBenchmark
Dunittest_only_benchmark.cc35 void UnittestOnlyBenchmark::DidUpdateLayers(LayerTreeHost* host) { in DidUpdateLayers() function in cc::UnittestOnlyBenchmark
Dmicro_benchmark.h31 virtual void DidUpdateLayers(LayerTreeHost* host);
Drasterize_and_record_benchmark.h32 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
Drasterize_and_record_benchmark.cc55 void RasterizeAndRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) { in DidUpdateLayers() function in cc::RasterizeAndRecordBenchmark
Dpicture_record_benchmark.cc57 void PictureRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) { in DidUpdateLayers() function in cc::PictureRecordBenchmark
/external/chromium_org/cc/trees/
Dlayer_tree_host.cc754 micro_benchmark_controller_.DidUpdateLayers(); in UpdateLayers()