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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageLayerChromiumTest.cpp 107 virtual blink::WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); }
121 ASSERT_FALSE(graphicsLayer->contentsLayer());
124 ASSERT_TRUE(graphicsLayer->contentsLayer()->opaque());
127 ASSERT_FALSE(graphicsLayer->contentsLayer()->opaque());
GraphicsLayer.cpp 369 if (WebLayer* contentsLayer = contentsLayerIfRegistered())
370 contentsLayer->setDrawsContent(m_contentsVisible);
381 WebLayer* contentsLayer = contentsLayerIfRegistered();
382 if (!contentsLayer)
385 contentsLayer->setPosition(FloatPoint(m_contentsRect.x(), m_contentsRect.y()));
386 contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
443 void GraphicsLayer::setupContentsLayer(WebLayer* contentsLayer)
445 ASSERT(contentsLayer);
446 m_contentsLayer = contentsLayer;
453 // It is necessary to call setDrawsContent as soon as we receive the new contentsLayer, fo
    [all...]
GraphicsLayerTest.cpp 61 virtual blink::WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); }
GraphicsLayer.h 269 virtual blink::WebLayer* contentsLayer() const { return m_contentsLayer; }

Completed in 61 milliseconds