Home | History | Annotate | Download | only in cc

Lines Matching refs:CCLayerImpl

45 class CCLayerImpl : public RefCounted<CCLayerImpl> {
47 static PassRefPtr<CCLayerImpl> create(LayerChromium* owner)
49 return adoptRef(new CCLayerImpl(owner));
52 virtual ~CCLayerImpl();
60 CCLayerImpl* superlayer() const;
61 CCLayerImpl* maskLayer() const;
62 CCLayerImpl* replicaLayer() const;
146 explicit CCLayerImpl(LayerChromium*);
166 // Properties owned exclusively by this CCLayerImpl.