Searched defs:backgroundRect (Results 1 – 7 of 7) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderLayerClipper.cpp | 183 ClipRect backgroundRect, foregroundRect, outlineRect; in childrenClipRect() local 195 ClipRect backgroundRect, foregroundRect, outlineRect; in localClipRect() local 211 …ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offs… in calculateRects()
|
| D | LayerFragment.h | 67 ClipRect backgroundRect; member
|
| D | RenderView.cpp | 751 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
|
| D | RenderBox.cpp | 1087 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect()); in getBackgroundPaintedExtent() local 1131 LayoutRect backgroundRect; in backgroundIsKnownToBeOpaqueInRect() local 1215 LayoutRect backgroundRect; in computeBackgroundIsKnownToBeObscured() local
|
| D | RenderLayer.cpp | 1808 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/ |
| D | BoxPainter.cpp | 429 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/ |
| D | CompositedLayerMapping.cpp | 77 static IntRect backgroundRect(const RenderObject* renderer) in backgroundRect() function
|