Searched defs:LayerTreeImpl (Results 1 - 2 of 2) sorted by path

/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.cc43 LayerTreeImpl* layer_tree)
68 LayerTreeImpl* layer_tree_impl_;
72 LayerTreeImpl::LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl) function in class:cc::LayerTreeImpl
103 LayerTreeImpl::~LayerTreeImpl() {
107 // the LayerTreeImpl pointer is still valid in the LayerImpl dtor.
112 void LayerTreeImpl::Shutdown() { root_layer_.reset(); }
114 void LayerTreeImpl::ReleaseResources() {
119 void LayerTreeImpl
[all...]
H A Dlayer_tree_impl.h47 class LayerTreeImpl;
63 class CC_EXPORT LayerTreeImpl { class in namespace:cc
65 static scoped_ptr<LayerTreeImpl> create(
67 return make_scoped_ptr(new LayerTreeImpl(layer_tree_host_impl));
69 virtual ~LayerTreeImpl();
125 void PushPropertiesTo(LayerTreeImpl* tree_impl);
227 void PushPersistedState(LayerTreeImpl* pending_tree);
332 explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl);
405 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);

Completed in 273 milliseconds