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

/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/coordinatedgraphics/
H A DScrollingCoordinatorCoordinatedGraphics.h48 virtual void updateViewportConstrainedNode(ScrollingNodeID, const ViewportConstraints&, GraphicsLayer*) OVERRIDE;
H A DScrollingCoordinatorCoordinatedGraphics.cpp75 void ScrollingCoordinatorCoordinatedGraphics::updateViewportConstrainedNode(ScrollingNodeID nodeID, const ViewportConstraints& constraints, GraphicsLayer* graphicsLayer) function in class:WebCore::ScrollingCoordinatorCoordinatedGraphics
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/mac/
H A DScrollingCoordinatorMac.h89 virtual void updateViewportConstrainedNode(ScrollingNodeID, const ViewportConstraints&, GraphicsLayer*) OVERRIDE;
H A DScrollingCoordinatorMac.mm391 void ScrollingCoordinatorMac::updateViewportConstrainedNode(ScrollingNodeID nodeID, const ViewportConstraints& constraints, GraphicsLayer* graphicsLayer)
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingCoordinator.h122 virtual void updateViewportConstrainedNode(ScrollingNodeID, const ViewportConstraints&, GraphicsLayer*) { } function in class:WebCore::ScrollingCoordinator
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerCompositor.cpp3181 scrollingCoordinator->updateViewportConstrainedNode(nodeID, computeStickyViewportConstraints(layer), backing->graphicsLayer());
3183 scrollingCoordinator->updateViewportConstrainedNode(nodeID, computeFixedViewportConstraints(layer), backing->graphicsLayer());

Completed in 112 milliseconds