Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h274 …LayoutRect selfClipRect() const; // Returns the background clip rect of the layer in the document'…
DRenderLayer.cpp3342 LayoutRect RenderLayer::selfClipRect() const in selfClipRect() function in WebCore::RenderLayer
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2539 clipRect = pixelSnappedIntRect(enclosingLayer->selfClipRect()); in windowClipRectForFrameOwner()