OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DidUpdateLayers
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/cc/debug/
unittest_only_benchmark.h
19
virtual void
DidUpdateLayers
(LayerTreeHost* host) OVERRIDE;
micro_benchmark_controller.h
29
void
DidUpdateLayers
();
picture_record_benchmark.h
26
virtual void
DidUpdateLayers
(LayerTreeHost* host) OVERRIDE;
micro_benchmark.cc
27
void MicroBenchmark::
DidUpdateLayers
(LayerTreeHost* host) {}
micro_benchmark.h
31
virtual void
DidUpdateLayers
(LayerTreeHost* host);
rasterize_and_record_benchmark.h
32
virtual void
DidUpdateLayers
(LayerTreeHost* host) OVERRIDE;
unittest_only_benchmark.cc
35
void UnittestOnlyBenchmark::
DidUpdateLayers
(LayerTreeHost* host) {
micro_benchmark_controller.cc
89
void MicroBenchmarkController::
DidUpdateLayers
() {
94
(*it)->
DidUpdateLayers
(host_);
picture_record_benchmark.cc
57
void PictureRecordBenchmark::
DidUpdateLayers
(LayerTreeHost* host) {
rasterize_and_record_benchmark.cc
55
void RasterizeAndRecordBenchmark::
DidUpdateLayers
(LayerTreeHost* host) {
/external/chromium_org/cc/trees/
layer_tree_host.cc
754
micro_benchmark_controller_.
DidUpdateLayers
();
[
all
...]
Completed in 199 milliseconds