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

  /external/webkit/WebCore/rendering/
RenderTreeAsText.cpp 459 const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect,
467 if (!backgroundClipRect.contains(layerBounds))
468 ts << " backgroundClip " << backgroundClipRect;
RenderLayer.h 539 IntRect backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects) const;
RenderLayer.cpp     [all...]
RenderLayerBacking.cpp 278 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true);
    [all...]
RenderLayerCompositor.cpp     [all...]

Completed in 387 milliseconds