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

/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl.h24 class CC_EXPORT NinePatchLayerImpl : public UIResourceLayerImpl { class in namespace:cc
26 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl,
28 return make_scoped_ptr(new NinePatchLayerImpl(tree_impl, id));
30 virtual ~NinePatchLayerImpl();
71 NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);
87 DISALLOW_COPY_AND_ASSIGN(NinePatchLayerImpl);
H A Dnine_patch_layer_impl.cc17 NinePatchLayerImpl::NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id) function in class:cc::NinePatchLayerImpl
21 NinePatchLayerImpl::~NinePatchLayerImpl() {}
23 scoped_ptr<LayerImpl> NinePatchLayerImpl::CreateLayerImpl(
25 return NinePatchLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
28 void NinePatchLayerImpl::PushPropertiesTo(LayerImpl* layer) {
30 NinePatchLayerImpl* layer_impl = static_cast<NinePatchLayerImpl*>(layer);
47 void NinePatchLayerImpl
[all...]

Completed in 77 milliseconds