/external/chromium_org/cc/base/ |
swap_promise_monitor.h | 12 class LayerTreeHost; 18 // Creating a SwapPromiseMonitor will insert itself into a LayerTreeHost 23 // will unregister itself from LayerTreeHost or LayerTreeHostImpl. 30 SwapPromiseMonitor(LayerTreeHost* layer_tree_host, 38 LayerTreeHost* layer_tree_host_;
|
latency_info_swap_promise_monitor.h | 18 // LayerTreeHost or LayerTreeHostImpl if there is compositor state change 23 LayerTreeHost* layer_tree_host,
|
swap_promise_monitor.cc | 12 SwapPromiseMonitor::SwapPromiseMonitor(LayerTreeHost* layer_tree_host,
|
latency_info_swap_promise_monitor.cc | 16 LayerTreeHost* layer_tree_host,
|
/external/chromium_org/cc/test/ |
fake_layer_tree_host.h | 18 class FakeLayerTreeHost : public LayerTreeHost { 30 using LayerTreeHost::SetRootLayer; 31 using LayerTreeHost::root_layer; 38 using LayerTreeHost::ScheduleMicroBenchmark; 39 using LayerTreeHost::SetOutputSurfaceLostForTesting; 40 using LayerTreeHost::InitializeSingleThreaded; 41 using LayerTreeHost::InitializeForTesting; 43 LayerTreeHost::UpdateLayers(queue); 55 : LayerTreeHost(client, NULL, settings),
|
fake_scoped_ui_resource.h | 13 class LayerTreeHost; 17 static scoped_ptr<FakeScopedUIResource> Create(LayerTreeHost* host); 27 explicit FakeScopedUIResource(LayerTreeHost* host);
|
fake_scoped_ui_resource.cc | 24 LayerTreeHost* host) { 28 FakeScopedUIResource::FakeScopedUIResource(LayerTreeHost* host)
|
fake_proxy.h | 22 void SetLayerTreeHost(LayerTreeHost* host); 55 LayerTreeHost* layer_tree_host_;
|
fake_proxy.cc | 9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
|
/external/chromium_org/cc/resources/ |
scoped_ui_resource.h | 16 class LayerTreeHost; 18 // ScopedUIResource creates an UIResource from a bitmap and a LayerTreeHost. 26 static scoped_ptr<ScopedUIResource> Create(LayerTreeHost* host, 36 ScopedUIResource(LayerTreeHost* host, const UIResourceBitmap& bitmap); 39 LayerTreeHost* host_;
|
scoped_ui_resource.cc | 14 LayerTreeHost* host, 19 ScopedUIResource::ScopedUIResource(LayerTreeHost* host,
|
/external/chromium_org/cc/debug/ |
micro_benchmark_controller.h | 22 class LayerTreeHost; 26 explicit MicroBenchmarkController(LayerTreeHost* host); 40 LayerTreeHost* host_;
|
rasterize_and_record_benchmark.h | 22 class LayerTreeHost; 32 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE; 59 LayerTreeHost* host_;
|
picture_record_benchmark.h | 17 class LayerTreeHost; 26 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
|
micro_benchmark.h | 19 class LayerTreeHost; 31 virtual void DidUpdateLayers(LayerTreeHost* host);
|
unittest_only_benchmark.h | 19 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
|
overdraw_metrics.h | 17 class LayerTreeHost; 56 void RecordMetrics(const LayerTreeHost* layer_tree_host) const;
|
micro_benchmark.cc | 27 void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {}
|
unittest_only_benchmark.cc | 35 void UnittestOnlyBenchmark::DidUpdateLayers(LayerTreeHost* host) {
|
/external/chromium_org/cc/trees/ |
layer_tree_host.cc | 70 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateThreaded( 76 scoped_ptr<LayerTreeHost> layer_tree_host( 77 new LayerTreeHost(client, manager, settings)); 79 return scoped_ptr<LayerTreeHost>(); 83 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateSingleThreaded( 88 scoped_ptr<LayerTreeHost> layer_tree_host( 89 new LayerTreeHost(client, manager, settings)); 91 return scoped_ptr<LayerTreeHost>(); [all...] |
single_thread_proxy.h | 19 class LayerTreeHost; 25 LayerTreeHost* layer_tree_host, 87 SingleThreadProxy(LayerTreeHost* layer_tree_host, 107 LayerTreeHost* layer_tree_host_;
|
/external/chromium_org/cc/layers/ |
ui_resource_layer.h | 16 class LayerTreeHost; 27 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
|
nine_patch_layer.h | 17 class LayerTreeHost;
|
delegated_renderer_layer.h | 27 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
|
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.h | 14 class LayerTreeHost; 85 scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
|