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 106 virtual WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); }
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());
GraphicsLayer.cpp 313 if (WebLayer* contentsLayer = contentsLayerIfRegistered())
314 contentsLayer->setDrawsContent(m_contentsVisible);
325 WebLayer* contentsLayer = contentsLayerIfRegistered();
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)
389 ASSERT(contentsLayer);
390 m_contentsLayer = contentsLayer;
397 // It is necessary to call setDrawsContent as soon as we receive the new contentsLayer, fo
    [all...]
GraphicsLayerTest.cpp 60 virtual WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); }
GraphicsLayer.h 253 virtual WebLayer* contentsLayer() const { return m_contentsLayer; }

Completed in 164 milliseconds