HomeSort by relevance Sort by last modified time
    Searched refs:foregroundIsKnownToBeOpaqueInRect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h 91 virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTest) const OVERRIDE FINAL;
RenderImage.cpp 472 bool RenderImage::foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTest) const
496 return foregroundIsKnownToBeOpaqueInRect(backgroundPaintedExtent(), 0);
RenderBox.h     [all...]
RenderBox.cpp     [all...]

Completed in 173 milliseconds