Searched defs:foregroundIsKnownToBeOpaqueInRect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.cpp309 bool RenderImage::foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned) const function in class:blink::RenderImage
343 return foregroundIsKnownToBeOpaqueInRect(paintedExtent, 0);
H A DRenderBox.cpp1172 bool RenderBox::foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTest) const function in class:blink::RenderBox
1197 if (childBox->foregroundIsKnownToBeOpaqueInRect(childLocalRect, maxDepthToTest - 1))
1218 return foregroundIsKnownToBeOpaqueInRect(backgroundRect, backgroundObscurationTestMaxDepth);

Completed in 56 milliseconds