Searched defs:GraphicsLayerChromium (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.h43 class GraphicsLayerChromium : public GraphicsLayer { class in namespace:WebCore
45 GraphicsLayerChromium(GraphicsLayerClient*);
46 virtual ~GraphicsLayerChromium();
H A DGraphicsLayerChromium.cpp46 #include "GraphicsLayerChromium.h"
89 return new GraphicsLayerChromium(client);
92 GraphicsLayerChromium::GraphicsLayerChromium(GraphicsLayerClient* client) function in class:WebCore::GraphicsLayerChromium
102 GraphicsLayerChromium::~GraphicsLayerChromium()
112 void GraphicsLayerChromium::setName(const String& inName)
115 String name = String::format("GraphicsLayerChromium(%p) GraphicsLayer(%p) ", m_layer.get(), this) + inName;
120 void GraphicsLayerChromium::updateNames()
130 bool GraphicsLayerChromium
[all...]

Completed in 67 milliseconds