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

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 44 class GraphicsLayerCA : public GraphicsLayer, public PlatformCALayerClient {
51 GraphicsLayerCA(GraphicsLayerClient*);
52 virtual ~GraphicsLayerCA();
GraphicsLayerCA.cpp 30 #include "GraphicsLayerCA.h"
249 return new GraphicsLayerCA(client);
252 GraphicsLayerCA::GraphicsLayerCA(GraphicsLayerClient* client)
269 GraphicsLayerCA::~GraphicsLayerCA()
273 // get released when the rootmost modified GraphicsLayerCA rebuilds its child layers.
288 void GraphicsLayerCA::setName(const String& name)
295 PlatformLayer* GraphicsLayerCA::platformLayer() const
300 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children
    [all...]

Completed in 425 milliseconds