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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]
RenderTreeAsText.cpp 506 const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect,
510 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect);
    [all...]
RenderLayer.h 596 ClipRect backgroundClipRect(const ClipRectsContext&) const;
    [all...]
CompositedLayerMapping.cpp 366 clippingBounds.intersect(m_owningLayer->backgroundClipRect(ClipRectsContext(rootLayer, 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
628 IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).rect()); // FIXME: Incorrect for CSS regions.
    [all...]
RenderLayerCompositor.cpp 744 IntRect clipRect = pixelSnappedIntRect(layer->backgroundClipRect(ClipRectsContext(rootRenderLayer(), 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
    [all...]

Completed in 543 milliseconds