Searched defs:UIResourceLayerImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dui_resource_layer_impl.h23 class CC_EXPORT UIResourceLayerImpl : public LayerImpl { class in namespace:cc
25 static scoped_ptr<UIResourceLayerImpl> Create(LayerTreeImpl* tree_impl,
27 return make_scoped_ptr(new UIResourceLayerImpl(tree_impl, id));
29 virtual ~UIResourceLayerImpl();
55 UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id);
69 DISALLOW_COPY_AND_ASSIGN(UIResourceLayerImpl);
H A Dui_resource_layer_impl.cc17 UIResourceLayerImpl::UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id) function in class:cc::UIResourceLayerImpl
28 UIResourceLayerImpl::~UIResourceLayerImpl() {}
30 scoped_ptr<LayerImpl> UIResourceLayerImpl::CreateLayerImpl(
32 return UIResourceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
35 void UIResourceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
37 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer);
45 void UIResourceLayerImpl
[all...]

Completed in 287 milliseconds