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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 218 void updateChildContainmentLayerGeometry(const IntRect& clippingBox, const IntRect& localCompositingBounds);
222 void updateForegroundLayerGeometry(const FloatSize& relativeCompositingBoundsSize, const IntRect& clippingBox);
CompositedLayerMapping.cpp 681 IntRect clippingBox;
683 clippingBox = clipBox(toRenderBox(renderer()));
685 updateChildContainmentLayerGeometry(clippingBox, localCompositingBounds);
690 updateForegroundLayerGeometry(contentsSize, clippingBox);
    [all...]

Completed in 151 milliseconds