Searched refs:updateScrollParentForGraphicsLayer (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.h | 109 void updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent);
|
D | ScrollingCoordinator.cpp | 578 void ScrollingCoordinator::updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* pa… in updateScrollParentForGraphicsLayer() function in WebCore::ScrollingCoordinator
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | CompositedLayerMapping.cpp | 1264 static void updateScrollParentForGraphicsLayer(GraphicsLayer* layer, GraphicsLayer* topmostLayer, R… in updateScrollParentForGraphicsLayer() function 1273 scrollingCoordinator->updateScrollParentForGraphicsLayer(layer, scrollParent); in updateScrollParentForGraphicsLayer() 1281 …updateScrollParentForGraphicsLayer(m_squashingContainmentLayer.get(), topmostLayer, scrollParent, … in updateScrollParent() 1282 …updateScrollParentForGraphicsLayer(m_ancestorClippingLayer.get(), topmostLayer, scrollParent, scro… in updateScrollParent() 1283 …updateScrollParentForGraphicsLayer(m_graphicsLayer.get(), topmostLayer, scrollParent, scrollingCoo… in updateScrollParent()
|