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.cpp183 ClipRect backgroundRect, foregroundRect, outlineRect; in childrenClipRect() local
195 ClipRect backgroundRect, foregroundRect, outlineRect; in localClipRect() local
211ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offs… in calculateRects()
DLayerFragment.h67 ClipRect backgroundRect; member
DRenderView.cpp751 LayoutRect RenderView::backgroundRect(RenderBox* backgroundRenderer) const in backgroundRect() function in blink::RenderView
757 …LayoutRect backgroundRect(0, 0, columnInfo->desiredColumnWidth(), columnInfo->columnHeight() * col… in backgroundRect() local
DRenderBox.cpp1087 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect()); in getBackgroundPaintedExtent() local
1131 LayoutRect backgroundRect; in backgroundIsKnownToBeOpaqueInRect() local
1215 LayoutRect backgroundRect; in computeBackgroundIsKnownToBeObscured() local
DRenderLayer.cpp1808 ClipRect backgroundRect; in paintLayerContents() local
1896 …ClipRect backgroundRect = layerFragments.isEmpty() ? ClipRect() : layerFragments[0].backgroundRect; in paintLayerContents() local
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp429 IntRect backgroundRect(pixelSnappedIntRect(scrolledPaintRect)); in paintFillLayerExtended() local
560 IntRect backgroundRect(pixelSnappedIntRect(rect)); in paintRootBackgroundColor() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp77 static IntRect backgroundRect(const RenderObject* renderer) in backgroundRect() function