Searched refs:childrenClipRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerClipper.h104 LayoutRect childrenClipRect() const; // Returns the foreground clip rect of the layer in the document's coordinate space.
H A DRenderLayerClipper.cpp177 LayoutRect RenderLayerClipper::childrenClipRect() const function in class:blink::RenderLayerClipper
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2155 // FIXME: childrenClipRect relies on compositingState, which is not necessarily up to date.
2160 IntRect clipRect = contentsToWindow(pixelSnappedIntRect(enclosingLayer->clipper().childrenClipRect()));

Completed in 359 milliseconds