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/web/tests/
ImageLayerChromiumTest.cpp 124 ASSERT_FALSE(graphicsLayer->contentsLayer());
127 ASSERT_TRUE(graphicsLayer->contentsLayer()->opaque());
130 ASSERT_FALSE(graphicsLayer->contentsLayer()->opaque());
GraphicsLayerTest.cpp 161 EXPECT_FALSE(m_graphicsLayer->contentsLayer());
164 EXPECT_TRUE(m_graphicsLayer->contentsLayer());
167 EXPECT_FALSE(m_graphicsLayer->contentsLayer());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 520 if (WebLayer* contentsLayer = contentsLayerIfRegistered()) {
521 String debugName = "ContentsLayer for " + m_nameBase;
522 contentsLayer->setDebugName(debugName);
564 if (WebLayer* contentsLayer = contentsLayerIfRegistered())
565 contentsLayer->setDrawsContent(m_contentsVisible);
576 WebLayer* contentsLayer = contentsLayerIfRegistered();
577 if (!contentsLayer)
580 contentsLayer->setPosition(FloatPoint(m_contentsRect.x(), m_contentsRect.y()));
581 contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
629 void GraphicsLayer::setupContentsLayer(WebLayer* contentsLayer)
    [all...]
GraphicsLayer.h 420 WebKit::WebLayer* contentsLayer() const { return m_contentsLayer; }

Completed in 103 milliseconds