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

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DAsyncScrollingCoordinator.cpp255 GraphicsLayer* contentShadowLayer = contentShadowLayerForFrameView(frameView); local
275 if (contentShadowLayer)
276 contentShadowLayer->setPosition(positionForContentsLayer);
289 if (contentShadowLayer)
290 contentShadowLayer->syncPosition(positionForContentsLayer);
H A DScrollingStateFrameScrollingNode.h105 const LayerRepresentation& contentShadowLayer() const { return m_contentShadowLayer; } function in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp86 setContentShadowLayer(stateNode.contentShadowLayer().toRepresentation(adoptiveTree.preferredLayerRepresentation()));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Scrolling/
H A DRemoteScrollingCoordinatorProxy.cpp120 scrollingStateNode->setContentShadowLayer(layerTreeHost.getLayer(scrollingStateNode->contentShadowLayer()));
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.mm91 m_contentShadowLayer = scrollingStateNode.contentShadowLayer();
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp159 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.contentShadowLayer());
639 dumpProperty(ts, "content-shadow-layer", static_cast<GraphicsLayer::PlatformLayerID>(node.contentShadowLayer()));

Completed in 127 milliseconds