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

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 30 #import "GraphicsLayerCA.h"
95 WebCore::GraphicsLayerCA* m_graphicsLayer;
99 - (WebCore::GraphicsLayerCA*)graphicsLayer;
100 - (void)setLayer:(WebCore::GraphicsLayerCA*)graphicsLayer;
115 - (WebCore::GraphicsLayerCA*)graphicsLayer
120 - (void)setLayer:(WebCore::GraphicsLayerCA*)graphicsLayer
365 return new GraphicsLayerCA(client);
368 GraphicsLayerCA::GraphicsLayerCA(GraphicsLayerClient* client)
394 GraphicsLayerCA::~GraphicsLayerCA(
    [all...]
GraphicsLayerCA.h 46 class GraphicsLayerCA : public GraphicsLayer {
49 GraphicsLayerCA(GraphicsLayerClient*);
50 virtual ~GraphicsLayerCA();

Completed in 24 milliseconds