Searched refs:m_scrolledContentsLayer (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateOverflowScrollingNode.h48 const LayerRepresentation& scrolledContentsLayer() const { return m_scrolledContentsLayer; }
57 LayerRepresentation m_scrolledContentsLayer; member in class:WebCore::ScrollingStateOverflowScrollingNode
H A DScrollingStateOverflowScrollingNode.cpp65 if (layerRepresentation == m_scrolledContentsLayer)
68 m_scrolledContentsLayer = layerRepresentation;
78 if (m_scrolledContentsLayer.layerID()) {
80 ts << "(scrolled contents layer " << m_scrolledContentsLayer.layerID() << ")\n";
H A DScrollingStateFrameScrollingNode.h91 const LayerRepresentation& scrolledContentsLayer() const { return m_scrolledContentsLayer; }
130 LayerRepresentation m_scrolledContentsLayer; member in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp179 if (layerRepresentation == m_scrolledContentsLayer)
182 m_scrolledContentsLayer = layerRepresentation;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Scrolling/ios/
H A DScrollingTreeOverflowScrollingNodeIOS.h70 RetainPtr<CALayer> m_scrolledContentsLayer; member in class:WebKit::ScrollingTreeOverflowScrollingNodeIOS
H A DScrollingTreeOverflowScrollingNodeIOS.mm137 m_scrolledContentsLayer = scrollingStateNode.scrolledContentsLayer();
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.h87 RetainPtr<CALayer> m_scrolledContentsLayer; member in class:WebCore::ScrollingTreeFrameScrollingNodeMac
H A DScrollingTreeFrameScrollingNodeMac.mm82 m_scrolledContentsLayer = scrollingStateNode.scrolledContentsLayer();
363 if (m_insetClipLayer && m_scrolledContentsLayer && topContentInset) {
365 m_scrolledContentsLayer.get().position = FloatPoint(m_scrolledContentsLayer.get().position.x,
368 m_contentShadowLayer.get().position = m_scrolledContentsLayer.get().position;

Completed in 125 milliseconds