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

  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 594 const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect,
607 if (!backgroundClipRect.contains(layerBounds))
608 ts << " backgroundClip " << backgroundClipRect;
RenderLayer.h 608 IntRect backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
    [all...]
RenderLayerBacking.cpp 204 clippingBounds.intersect(m_owningLayer->backgroundClipRect(rootLayer, true));
376 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true);
    [all...]
RenderLayer.cpp     [all...]
RenderLayerCompositor.cpp     [all...]

Completed in 47 milliseconds