Home
last modified time | relevance | path

Searched defs:backgroundRect (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerClipper.cpp132 ClipRect backgroundRect, foregroundRect, outlineRect; in childrenClipRect() local
144 ClipRect backgroundRect, foregroundRect, outlineRect; in localClipRect() local
160ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offs… in calculateRects()
DRenderView.cpp856 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
DClipRect.h265 ClipRect backgroundRect; member
DRenderBox.cpp1225 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect()); in getBackgroundPaintedExtent() local
1269 LayoutRect backgroundRect; in backgroundIsKnownToBeOpaqueInRect() local
1353 LayoutRect backgroundRect; in computeBackgroundIsKnownToBeObscured() local
DRenderBoxModelObject.cpp701 IntRect backgroundRect(pixelSnappedIntRect(scrolledPaintRect)); in paintFillLayerExtended() local
DRenderLayer.cpp2121 …ClipRect backgroundRect = layerFragments.isEmpty() ? ClipRect() : layerFragments[0].backgroundRect; in paintLayerContents() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp76 static IntRect backgroundRect(const RenderObject* renderer) in backgroundRect() function