Searched refs:counterScrollingLayer (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DAsyncScrollingCoordinator.cpp253 GraphicsLayer* counterScrollingLayer = counterScrollingLayerForFrameView(frameView); local
271 if (counterScrollingLayer)
272 counterScrollingLayer->setPosition(toLayoutPoint(scrollOffsetForFixed));
285 if (counterScrollingLayer)
286 counterScrollingLayer->syncPosition(toLayoutPoint(scrollOffsetForFixed));
365 void AsyncScrollingCoordinator::updateFrameScrollingNode(ScrollingNodeID nodeID, GraphicsLayer* layer, GraphicsLayer* scrolledContentsLayer, GraphicsLayer* counterScrollingLayer, GraphicsLayer* insetClipLayer, const ScrollingGeometry* scrollingGeometry) argument
375 node->setCounterScrollingLayer(counterScrollingLayer);
H A DScrollingStateFrameScrollingNode.h95 const LayerRepresentation& counterScrollingLayer() const { return m_counterScrollingLayer; } function in class:WebCore::final
H A DAsyncScrollingCoordinator.h91 virtual void updateFrameScrollingNode(ScrollingNodeID, GraphicsLayer* scrollLayer, GraphicsLayer* scrolledContentsLayer, GraphicsLayer* counterScrollingLayer, GraphicsLayer* insetClipLayer, const ScrollingGeometry* = nullptr);
H A DScrollingStateFrameScrollingNode.cpp80 setCounterScrollingLayer(stateNode.counterScrollingLayer().toRepresentation(adoptiveTree.preferredLayerRepresentation()));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DRemoteScrollingCoordinatorProxyIOS.mm70 scrollingStateNode->setCounterScrollingLayer(layerRepresentationFromLayerOrView(layerTreeHost.getLayer(scrollingStateNode->counterScrollingLayer())));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Scrolling/
H A DRemoteScrollingCoordinatorProxy.cpp114 scrollingStateNode->setCounterScrollingLayer(layerTreeHost.getLayer(scrollingStateNode->counterScrollingLayer()));
/macosx-10.10/WebCore-7600.1.25/page/scrolling/ios/
H A DScrollingTreeFrameScrollingNodeIOS.mm67 m_counterScrollingLayer = scrollingStateNode.counterScrollingLayer();
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.mm85 m_counterScrollingLayer = scrollingStateNode.counterScrollingLayer();
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp153 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.counterScrollingLayer());

Completed in 117 milliseconds