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/
RenderTreeAsText.cpp 540 const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect,
544 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect);
RenderLayer.cpp     [all...]
RenderLayerBacking.cpp 340 clippingBounds.intersect(m_owningLayer->backgroundClipRect(RenderLayer::ClipRectsContext(rootLayer, 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
562 IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).rect()); // FIXME: Incorrect for CSS regions.
    [all...]
RenderLayer.h     [all...]
RenderLayerCompositor.cpp 706 IntRect clipRect = pixelSnappedIntRect(layer->backgroundClipRect(RenderLayer::ClipRectsContext(rootRenderLayer(), 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
    [all...]

Completed in 80 milliseconds