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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 223 AbsoluteClipRects, // Relative to the RenderView's layer. Used for compositing overlap testing.
    [all...]
RenderLayerBacking.cpp 340 clippingBounds.intersect(m_owningLayer->backgroundClipRect(RenderLayer::ClipRectsContext(rootLayer, 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
    [all...]
RenderLayerCompositor.cpp 706 IntRect clipRect = pixelSnappedIntRect(layer->backgroundClipRect(RenderLayer::ClipRectsContext(rootRenderLayer(), 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
    [all...]

Completed in 52 milliseconds