Searched defs:updateLayerPositions (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceCollection.cpp88 updateLayerPositions(visibleContentRect);
105 updateLayerPositions(visibleContentRect);
219 void SurfaceCollection::updateLayerPositions(const SkRect& visibleContentRect) function in class:WebCore::SurfaceCollection
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.cpp366 void LayerAndroid::updateLayerPositions(SkRect viewport, IFrameLayerAndroid* parentIframeLayer) function in class:WebCore::LayerAndroid
376 this->getChild(i)->updateLayerPositions(viewport, iframeLayer);
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp284 void RenderLayer::updateLayerPositions(UpdateLayerPositionsFlags flags, IntPoint* cachedOffset) function in class:WebCore::RenderLayer
383 child->updateLayerPositions(flags, cachedOffset);
1127 current->updateLayerPositions(); // Depends on hasLayer() already being false for proper layout.
1374 // Update the positions of our child layers. Don't have updateLayerPositions() update
1377 child->updateLayerPositions(0);
2219 // scrollToOffset() may call updateLayerPositions(), which doesn't work

Completed in 347 milliseconds