HomeSort by relevance Sort by last modified time
    Searched refs:localCompositingBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 215 void updateMainGraphicsLayerGeometry(const IntRect& relativeCompositingBounds, const IntRect& localCompositingBounds, const IntPoint& graphicsLayerParentLocation);
218 void updateChildContainmentLayerGeometry(const IntRect& clippingBox, const IntRect& localCompositingBounds);
225 void updateScrollingLayerGeometry(const IntRect& localCompositingBounds);
259 void computeBoundsOfOwningLayer(const RenderLayer* compositedAncestor, IntRect& localCompositingBounds, IntRect& compositingBoundsRelativeToCompositedAncestor, LayoutPoint& offsetFromCompositedAncestor, IntPoint& snappedOffsetFromCompositedAncestor);
CompositedLayerMapping.cpp 661 IntRect localCompositingBounds;
665 computeBoundsOfOwningLayer(compositingContainer, localCompositingBounds, relativeCompositingBounds, offsetFromCompositedAncestor, snappedOffsetFromCompositedAncestor);
676 updateMainGraphicsLayerGeometry(relativeCompositingBounds, localCompositingBounds, graphicsLayerParentLocation);
685 updateChildContainmentLayerGeometry(clippingBox, localCompositingBounds);
693 updateScrollingLayerGeometry(localCompositingBounds);
718 void CompositedLayerMapping::updateMainGraphicsLayerGeometry(const IntRect& relativeCompositingBounds, const IntRect& localCompositingBounds, const IntPoint& graphicsLayerParentLocation)
721 m_graphicsLayer->setOffsetFromRenderer(toIntSize(localCompositingBounds.location()));
    [all...]

Completed in 42 milliseconds