Searched refs:GraphicsLayerForTesting (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageLayerChromiumTest.cpp101 class GraphicsLayerForTesting : public GraphicsLayer { class in namespace:__anon11315
103 explicit GraphicsLayerForTesting(GraphicsLayerClient* client) function in class:__anon11315::GraphicsLayerForTesting
112 OwnPtr<GraphicsLayerForTesting> graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&client));
133 OwnPtr<GraphicsLayerForTesting> graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&client));
H A DGraphicsLayerTest.cpp55 class GraphicsLayerForTesting : public GraphicsLayer { class in namespace:__anon11311
57 explicit GraphicsLayerForTesting(GraphicsLayerClient* client) function in class:__anon11311::GraphicsLayerForTesting
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 60 milliseconds