Home | History | Annotate | Download | only in graphics

Lines Matching refs:contentsLayer

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)
631 m_contentsLayer = contentsLayer;
638 // It is necessary to call setDrawsContent as soon as we receive the new contentsLayer, for
1021 if (WebLayer* contentsLayer = contentsLayerIfRegistered()) {
1022 contentsLayer->invalidate();