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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 52 IntRect compositedBounds;
140 IntRect compositedBounds() const;
RenderLayerBacking.cpp 287 m_backgroundLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
289 m_graphicsLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
529 ancestorCompositingBounds = pixelSnappedIntRect(compAncestor->backing()->compositedBounds());
532 IntRect localCompositingBounds = pixelSnappedIntRect(compositedBounds());
682 FloatRect layerBounds = compositedBounds();
683 FloatRect reflectionLayerBounds = reflectionBacking->compositedBounds();
    [all...]

Completed in 175 milliseconds