Searched defs:backgroundRect (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerClipper.cpp | 132 ClipRect backgroundRect, foregroundRect, outlineRect; in childrenClipRect() local 144 ClipRect backgroundRect, foregroundRect, outlineRect; in localClipRect() local 160 …ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offs… in calculateRects()
|
D | RenderView.cpp | 856 LayoutRect RenderView::backgroundRect(RenderBox* backgroundRenderer) const in backgroundRect() function in WebCore::RenderView 862 …LayoutRect backgroundRect(0, 0, columnInfo->desiredColumnWidth(), columnInfo->columnHeight() * col… in backgroundRect() local
|
D | ClipRect.h | 265 ClipRect backgroundRect; member
|
D | RenderBox.cpp | 1225 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect()); in getBackgroundPaintedExtent() local 1269 LayoutRect backgroundRect; in backgroundIsKnownToBeOpaqueInRect() local 1353 LayoutRect backgroundRect; in computeBackgroundIsKnownToBeObscured() local
|
D | RenderBoxModelObject.cpp | 701 IntRect backgroundRect(pixelSnappedIntRect(scrolledPaintRect)); in paintFillLayerExtended() local
|
D | RenderLayer.cpp | 2121 …ClipRect backgroundRect = layerFragments.isEmpty() ? ClipRect() : layerFragments[0].backgroundRect; in paintLayerContents() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | CompositedLayerMapping.cpp | 76 static IntRect backgroundRect(const RenderObject* renderer) in backgroundRect() function
|