Searched refs:DidUpdateLayers (Results 1 – 11 of 11) sorted by relevance
89 void MicroBenchmarkController::DidUpdateLayers() { in DidUpdateLayers() function in cc::MicroBenchmarkController94 (*it)->DidUpdateLayers(host_); in DidUpdateLayers()
19 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
29 void DidUpdateLayers();
26 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
27 void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {} in DidUpdateLayers() function in cc::MicroBenchmark
35 void UnittestOnlyBenchmark::DidUpdateLayers(LayerTreeHost* host) { in DidUpdateLayers() function in cc::UnittestOnlyBenchmark
31 virtual void DidUpdateLayers(LayerTreeHost* host);
32 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
55 void RasterizeAndRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) { in DidUpdateLayers() function in cc::RasterizeAndRecordBenchmark
57 void PictureRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) { in DidUpdateLayers() function in cc::PictureRecordBenchmark
754 micro_benchmark_controller_.DidUpdateLayers(); in UpdateLayers()