Searched refs:layerRepresentation (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateFrameScrollingNode.cpp177 void ScrollingStateFrameScrollingNode::setScrolledContentsLayer(const LayerRepresentation& layerRepresentation) argument
179 if (layerRepresentation == m_scrolledContentsLayer)
182 m_scrolledContentsLayer = layerRepresentation;
186 void ScrollingStateFrameScrollingNode::setCounterScrollingLayer(const LayerRepresentation& layerRepresentation) argument
188 if (layerRepresentation == m_counterScrollingLayer)
191 m_counterScrollingLayer = layerRepresentation;
195 void ScrollingStateFrameScrollingNode::setInsetClipLayer(const LayerRepresentation& layerRepresentation) argument
197 if (layerRepresentation == m_insetClipLayer)
200 m_insetClipLayer = layerRepresentation;
204 void ScrollingStateFrameScrollingNode::setContentShadowLayer(const LayerRepresentation& layerRepresentation) argument
213 setHeaderLayer(const LayerRepresentation& layerRepresentation) argument
222 setFooterLayer(const LayerRepresentation& layerRepresentation) argument
[all...]
H A DScrollingStateOverflowScrollingNode.cpp63 void ScrollingStateOverflowScrollingNode::setScrolledContentsLayer(const LayerRepresentation& layerRepresentation) argument
65 if (layerRepresentation == m_scrolledContentsLayer)
68 m_scrolledContentsLayer = layerRepresentation;
H A DScrollingStateNode.cpp105 void ScrollingStateNode::setLayer(const LayerRepresentation& layerRepresentation) argument
107 if (layerRepresentation == m_layer)
110 m_layer = layerRepresentation;

Completed in 183 milliseconds