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

  /external/chromium_org/cc/layers/
ui_resource_layer_impl.cc 17 UIResourceLayerImpl::UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id)
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::SetUIResourceId(UIResourceId uid)
    [all...]
ui_resource_layer_impl.h 23 class CC_EXPORT UIResourceLayerImpl : public LayerImpl {
25 static scoped_ptr<UIResourceLayerImpl> Create(LayerTreeImpl* tree_impl,
27 return make_scoped_ptr(new UIResourceLayerImpl(tree_impl, id));
29 virtual ~UIResourceLayerImpl();
54 UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id);
68 DISALLOW_COPY_AND_ASSIGN(UIResourceLayerImpl);

Completed in 44 milliseconds