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

/macosx-10.10/WebCore-7600.1.25/page/scrolling/ios/
H A DScrollingTreeFrameScrollingNodeIOS.mm67 m_counterScrollingLayer = scrollingStateNode.counterScrollingLayer();
131 // Note: we never currently have a m_counterScrollingLayer (which is used for background-attachment:fixed) on iOS.
132 [m_counterScrollingLayer setPosition:fixedPositionRect.location()];
153 [m_counterScrollingLayer setPosition:FloatPoint(scrollOffsetForFixedChildren)];
H A DScrollingTreeFrameScrollingNodeIOS.h67 RetainPtr<CALayer> m_counterScrollingLayer; member in class:WebCore::ScrollingTreeFrameScrollingNodeIOS
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateFrameScrollingNode.h95 const LayerRepresentation& counterScrollingLayer() const { return m_counterScrollingLayer; }
128 LayerRepresentation m_counterScrollingLayer; member in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp188 if (layerRepresentation == m_counterScrollingLayer)
191 m_counterScrollingLayer = layerRepresentation;
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.h88 RetainPtr<CALayer> m_counterScrollingLayer; member in class:WebCore::ScrollingTreeFrameScrollingNodeMac
H A DScrollingTreeFrameScrollingNodeMac.mm85 m_counterScrollingLayer = scrollingStateNode.counterScrollingLayer();
359 if (m_counterScrollingLayer)
360 m_counterScrollingLayer.get().position = FloatPoint(scrollOffsetForFixedChildren);

Completed in 194 milliseconds