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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 28 #include "core/platform/graphics/GraphicsLayer.h"
75 typedef HashMap<const GraphicsLayer*, Vector<FloatRect> > RepaintMap;
102 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerFactory* factory, GraphicsLayerClient* client)
107 GraphicsLayer::GraphicsLayer(GraphicsLayerClient* client)
143 GraphicsLayer::~GraphicsLayer()
168 void GraphicsLayer::setParent(GraphicsLayer* layer
    [all...]
GraphicsLayer.h 68 // represent values for properties being animated via the GraphicsLayer,
198 // GraphicsLayer is an abstraction for a rendering surface with backing store,
201 class GraphicsLayer : public GraphicsContextPainter, public WebKit::WebAnimationDelegate, public WebKit::WebLayerScrollClient {
202 WTF_MAKE_NONCOPYABLE(GraphicsLayer); WTF_MAKE_FAST_ALLOCATED;
211 static PassOwnPtr<GraphicsLayer> create(GraphicsLayerFactory*, GraphicsLayerClient*);
213 virtual ~GraphicsLayer();
223 GraphicsLayer* parent() const { return m_parent; };
224 void setParent(GraphicsLayer*); // Internal use only.
227 bool hasAncestor(GraphicsLayer*) const;
229 const Vector<GraphicsLayer*>& children() const { return m_children;
    [all...]

Completed in 36 milliseconds