Home
last modified time | relevance | path

Searched refs:updateScrollParentForGraphicsLayer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h109 void updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent);
DScrollingCoordinator.cpp578 void ScrollingCoordinator::updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* pa… in updateScrollParentForGraphicsLayer() function in WebCore::ScrollingCoordinator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1264 static void updateScrollParentForGraphicsLayer(GraphicsLayer* layer, GraphicsLayer* topmostLayer, R… in updateScrollParentForGraphicsLayer() function
1273 scrollingCoordinator->updateScrollParentForGraphicsLayer(layer, scrollParent); in updateScrollParentForGraphicsLayer()
1281updateScrollParentForGraphicsLayer(m_squashingContainmentLayer.get(), topmostLayer, scrollParent, … in updateScrollParent()
1282updateScrollParentForGraphicsLayer(m_ancestorClippingLayer.get(), topmostLayer, scrollParent, scro… in updateScrollParent()
1283updateScrollParentForGraphicsLayer(m_graphicsLayer.get(), topmostLayer, scrollParent, scrollingCoo… in updateScrollParent()