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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageLayerChromiumTest.cpp 101 class GraphicsLayerForTesting : public GraphicsLayer {
103 explicit GraphicsLayerForTesting(GraphicsLayerClient* client)
112 OwnPtr<GraphicsLayerForTesting> graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&client));
133 OwnPtr<GraphicsLayerForTesting> graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&client));
GraphicsLayerTest.cpp 55 class GraphicsLayerForTesting : public GraphicsLayer {
57 explicit GraphicsLayerForTesting(GraphicsLayerClient* client)
67 m_clipLayer = adoptPtr(new GraphicsLayerForTesting(&m_client));
68 m_graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&m_client));
89 OwnPtr<GraphicsLayerForTesting> m_graphicsLayer;
90 OwnPtr<GraphicsLayerForTesting> m_clipLayer;

Completed in 96 milliseconds