HomeSort by relevance Sort by last modified time
    Searched refs:LayerTreeHost (Results 1 - 25 of 72) sorted by null

1 2 3

  /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 19 class FakeLayerTreeHost : public LayerTreeHost {
31 using LayerTreeHost::SetRootLayer;
32 using LayerTreeHost::root_layer;
39 using LayerTreeHost::ScheduleMicroBenchmark;
40 using LayerTreeHost::SendMessageToMicroBenchmark;
41 using LayerTreeHost::SetOutputSurfaceLostForTesting;
42 using LayerTreeHost::InitializeSingleThreaded;
43 using LayerTreeHost::InitializeForTesting;
45 LayerTreeHost::UpdateLayers(queue);
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 21 LayerTreeHost* host) {
25 FakeScopedUIResource::FakeScopedUIResource(LayerTreeHost* host)
fake_proxy.cc 9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
fake_proxy.h 22 void SetLayerTreeHost(LayerTreeHost* host);
53 LayerTreeHost* layer_tree_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/content/browser/android/
ui_resource_provider_impl.h 12 class LayerTreeHost;
25 void SetLayerTreeHost(cc::LayerTreeHost* host);
39 cc::LayerTreeHost* host_;
  /external/chromium_org/cc/debug/
micro_benchmark_controller.h 22 class LayerTreeHost;
26 explicit MicroBenchmarkController(LayerTreeHost* host);
44 LayerTreeHost* host_;
rasterize_and_record_benchmark.h 23 class LayerTreeHost;
33 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
60 LayerTreeHost* host_;
invalidation_benchmark.h 14 class LayerTreeHost;
27 virtual void DidUpdateLayers(LayerTreeHost* host) OVERRIDE;
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;
  /external/chromium_org/cc/trees/
layer_tree_host.cc 66 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateThreaded(
72 scoped_ptr<LayerTreeHost> layer_tree_host(
73 new LayerTreeHost(client, manager, settings));
78 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateSingleThreaded(
83 scoped_ptr<LayerTreeHost> layer_tree_host(
84 new LayerTreeHost(client, manager, settings));
89 LayerTreeHost::LayerTreeHost(LayerTreeHostClient* client
    [all...]
thread_proxy.h 30 class LayerTreeHost;
41 LayerTreeHost* layer_tree_host,
83 explicit MainThreadOrBlockedMainThread(LayerTreeHost* host);
88 LayerTreeHost* layer_tree_host;
231 ThreadProxy(LayerTreeHost* layer_tree_host,
281 LayerTreeHost* layer_tree_host();
282 const LayerTreeHost* layer_tree_host() const;
  /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;
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.h 17 class LayerTreeHost;
50 scoped_ptr<cc::LayerTreeHost> tree_;
  /external/chromium_org/android_webview/browser/
hardware_renderer.h 21 class LayerTreeHost;
83 scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.h 14 class LayerTreeHost;
85 scoped_ptr<cc::LayerTreeHost> layer_tree_host_;

Completed in 285 milliseconds

1 2 3