Searched refs:contentsLayer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageLayerChromiumTest.cpp106 virtual WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); } function in class:__anon11315::GraphicsLayerForTesting
116 ASSERT_FALSE(graphicsLayer->contentsLayer());
123 ASSERT_TRUE(graphicsLayer->contentsLayer());
127 ASSERT_FALSE(graphicsLayer->contentsLayer());
141 ASSERT_FALSE(graphicsLayer->contentsLayer());
144 ASSERT_TRUE(graphicsLayer->contentsLayer()->opaque());
147 ASSERT_FALSE(graphicsLayer->contentsLayer()->opaque());
H A DGraphicsLayer.cpp313 if (WebLayer* contentsLayer = contentsLayerIfRegistered())
314 contentsLayer->setDrawsContent(m_contentsVisible);
325 WebLayer* contentsLayer = contentsLayerIfRegistered(); local
326 if (!contentsLayer)
329 contentsLayer->setPosition(FloatPoint(m_contentsRect.x(), m_contentsRect.y()));
330 contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
387 void GraphicsLayer::setupContentsLayer(WebLayer* contentsLayer) argument
389 ASSERT(contentsLayer);
390 m_contentsLayer = contentsLayer;
397 // It is necessary to call setDrawsContent as soon as we receive the new contentsLayer, fo
849 WebLayer* contentsLayer = contentsLayerIfRegistered(); local
[all...]
H A DGraphicsLayerTest.cpp60 virtual WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); } function in class:__anon11311::GraphicsLayerForTesting
H A DGraphicsLayer.h253 virtual WebLayer* contentsLayer() const { return m_contentsLayer; } function in class:blink::GraphicsLayer

Completed in 192 milliseconds