Searched refs:m_insetClipLayer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateFrameScrollingNode.h102 const LayerRepresentation& insetClipLayer() const { return m_insetClipLayer; }
129 LayerRepresentation m_insetClipLayer; member in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp197 if (layerRepresentation == m_insetClipLayer)
200 m_insetClipLayer = layerRepresentation;
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.h89 RetainPtr<CALayer> m_insetClipLayer; member in class:WebCore::ScrollingTreeFrameScrollingNodeMac
H A DScrollingTreeFrameScrollingNodeMac.mm88 m_insetClipLayer = scrollingStateNode.insetClipLayer();
363 if (m_insetClipLayer && m_scrolledContentsLayer && topContentInset) {
364 m_insetClipLayer.get().position = FloatPoint(0, FrameView::yPositionForInsetClipLayer(position, topContentInset));

Completed in 128 milliseconds