Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerClipper.h104 …LayoutRect childrenClipRect() const; // Returns the foreground clip rect of the layer in the docum…
DRenderLayerClipper.cpp177 LayoutRect RenderLayerClipper::childrenClipRect() const in childrenClipRect() function in blink::RenderLayerClipper
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2160 …ect clipRect = contentsToWindow(pixelSnappedIntRect(enclosingLayer->clipper().childrenClipRect())); in windowClipRectForFrameOwner()