Searched refs:m_contentShadowLayer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateFrameScrollingNode.h105 const LayerRepresentation& contentShadowLayer() const { return m_contentShadowLayer; }
131 LayerRepresentation m_contentShadowLayer; member in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp206 if (layerRepresentation == m_contentShadowLayer)
209 m_contentShadowLayer = layerRepresentation;
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.h90 RetainPtr<CALayer> m_contentShadowLayer; member in class:WebCore::ScrollingTreeFrameScrollingNodeMac
H A DScrollingTreeFrameScrollingNodeMac.mm91 m_contentShadowLayer = scrollingStateNode.contentShadowLayer();
367 if (m_contentShadowLayer)
368 m_contentShadowLayer.get().position = m_scrolledContentsLayer.get().position;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerCompositor.h261 GraphicsLayer* layerForContentShadow() const { return m_contentShadowLayer.get(); }
516 std::unique_ptr<GraphicsLayer> m_contentShadowLayer; member in class:WebCore::RenderLayerCompositor
H A DRenderLayerCompositor.cpp1978 if (m_contentShadowLayer) {
1979 m_contentShadowLayer->setPosition(m_rootContentLayer->position());
1980 m_contentShadowLayer->setSize(m_rootContentLayer->size());
3144 if (!m_contentShadowLayer) {
3145 m_contentShadowLayer = GraphicsLayer::create(graphicsLayerFactory(), *this);
3147 m_contentShadowLayer->setName("content shadow");
3149 m_contentShadowLayer->setSize(m_rootContentLayer->size());
3150 m_contentShadowLayer->setPosition(m_rootContentLayer->position());
3151 m_contentShadowLayer->setAnchorPoint(FloatPoint3D());
3152 m_contentShadowLayer
[all...]

Completed in 205 milliseconds