Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderWidget.cpp141 IntRect clipRect = roundedIntRect(enclosingLayer()->childrenClipRect()); in setWidgetGeometry()
DRenderLayer.h273 …LayoutRect childrenClipRect() const; // Returns the foreground clip rect of the layer in the docum…
DRenderLayer.cpp3328 LayoutRect RenderLayer::childrenClipRect() const in childrenClipRect() function in WebCore::RenderLayer
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2537 clipRect = pixelSnappedIntRect(enclosingLayer->childrenClipRect()); in windowClipRectForFrameOwner()