HomeSort by relevance Sort by last modified time
    Searched defs:LayerTreeImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_impl.h 41 class LayerTreeImpl;
55 class CC_EXPORT LayerTreeImpl {
57 static scoped_ptr<LayerTreeImpl> create(
59 return make_scoped_ptr(new LayerTreeImpl(layer_tree_host_impl));
61 virtual ~LayerTreeImpl();
117 void PushPropertiesTo(LayerTreeImpl* tree_impl);
213 void PushPersistedState(LayerTreeImpl* pending_tree);
275 explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl);
330 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
layer_tree_impl.cc 40 LayerTreeImpl* layer_tree)
65 LayerTreeImpl* layer_tree_impl_;
69 LayerTreeImpl::LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl)
95 LayerTreeImpl::~LayerTreeImpl() {
97 // the LayerTreeImpl pointer is still valid in the LayerImpl dtor.
102 void LayerTreeImpl::Shutdown() { root_layer_.reset(); }
104 void LayerTreeImpl::ReleaseResources() {
109 void LayerTreeImpl::SetRootLayer(scoped_ptr<LayerImpl> layer)
    [all...]

Completed in 62 milliseconds