Searched refs:paintedExtent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.cpp340 LayoutRect paintedExtent;
341 if (!getBackgroundPaintedExtent(paintedExtent))
343 return foregroundIsKnownToBeOpaqueInRect(paintedExtent, 0);
H A DRenderBox.cpp1084 bool RenderBox::getBackgroundPaintedExtent(LayoutRect& paintedExtent) argument
1091 paintedExtent = backgroundRect;
1096 paintedExtent = backgroundRect;
1104 paintedExtent = geometry.destRect();

Completed in 3310 milliseconds