Searched refs:insetClipLayer (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DAsyncScrollingCoordinator.cpp254 GraphicsLayer* insetClipLayer = insetClipLayerForFrameView(frameView); local
273 if (insetClipLayer)
274 insetClipLayer->setPosition(positionForInsetClipLayer);
287 if (insetClipLayer)
288 insetClipLayer->syncPosition(positionForInsetClipLayer);
365 void AsyncScrollingCoordinator::updateFrameScrollingNode(ScrollingNodeID nodeID, GraphicsLayer* layer, GraphicsLayer* scrolledContentsLayer, GraphicsLayer* counterScrollingLayer, GraphicsLayer* insetClipLayer, const ScrollingGeometry* scrollingGeometry) argument
373 node->setInsetClipLayer(insetClipLayer);
H A DScrollingStateFrameScrollingNode.h102 const LayerRepresentation& insetClipLayer() const { return m_insetClipLayer; } 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.cpp83 setInsetClipLayer(stateNode.insetClipLayer().toRepresentation(adoptiveTree.preferredLayerRepresentation()));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Scrolling/
H A DRemoteScrollingCoordinatorProxy.cpp117 scrollingStateNode->setInsetClipLayer(layerTreeHost.getLayer(scrollingStateNode->insetClipLayer()));
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.mm88 m_insetClipLayer = scrollingStateNode.insetClipLayer();
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp156 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.insetClipLayer());
636 dumpProperty(ts, "clip-inset-layer", static_cast<GraphicsLayer::PlatformLayerID>(node.insetClipLayer()));

Completed in 265 milliseconds