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

  /external/chromium_org/cc/layers/
nine_patch_layer_impl.h 24 class CC_EXPORT NinePatchLayerImpl : public UIResourceLayerImpl {
26 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl,
28 return make_scoped_ptr(new NinePatchLayerImpl(tree_impl, id));
30 virtual ~NinePatchLayerImpl();
70 NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);
86 DISALLOW_COPY_AND_ASSIGN(NinePatchLayerImpl);
nine_patch_layer_impl.cc 17 NinePatchLayerImpl::NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id)
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::SetLayout(const gfx::Rect& aperture
    [all...]

Completed in 35 milliseconds