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 228 void updateMainGraphicsLayerGeometry(const IntRect& relativeCompositingBounds, const IntRect& localCompositingBounds, IntPoint& graphicsLayerParentLocation);
230 void updateChildContainmentLayerGeometry(const IntRect& clippingBox, const IntRect& localCompositingBounds);
237 void updateScrollingLayerGeometry(const IntRect& localCompositingBounds);
270 void computeBoundsOfOwningLayer(const RenderLayer* compositedAncestor, IntRect& localCompositingBounds, IntRect& compositingBoundsRelativeToCompositedAncestor, LayoutPoint& offsetFromCompositedAncestor, IntPoint& snappedOffsetFromCompositedAncestor);
CompositedLayerMapping.cpp 627 IntRect localCompositingBounds;
631 computeBoundsOfOwningLayer(compositingContainer, localCompositingBounds, relativeCompositingBounds, offsetFromCompositedAncestor, snappedOffsetFromCompositedAncestor);
641 updateMainGraphicsLayerGeometry(relativeCompositingBounds, localCompositingBounds, graphicsLayerParentLocation);
649 updateChildContainmentLayerGeometry(clippingBox, localCompositingBounds);
657 updateScrollingLayerGeometry(localCompositingBounds);
682 void CompositedLayerMapping::updateMainGraphicsLayerGeometry(const IntRect& relativeCompositingBounds, const IntRect& localCompositingBounds, IntPoint& graphicsLayerParentLocation)
685 m_graphicsLayer->setOffsetFromRenderer(toIntSize(localCompositingBounds.location()));
    [all...]

Completed in 73 milliseconds