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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 30 #include "cc/CCLayerImpl.h"
63 CCLayerImpl::CCLayerImpl(LayerChromium* owner)
84 CCLayerImpl::~CCLayerImpl()
89 CCLayerImpl* CCLayerImpl::superlayer() const
91 return m_owner->superlayer() ? m_owner->superlayer()->ccLayerImpl() : 0;
94 CCLayerImpl* CCLayerImpl::maskLayer() cons
    [all...]
CCLayerImpl.h 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
    [all...]

Completed in 326 milliseconds