Home | History | Annotate | Download | only in rendering

Lines Matching refs:listBackgroundIsKnownToBeOpaqueInRect

5433     return listBackgroundIsKnownToBeOpaqueInRect(posZOrderList(), localRect)
5434 || listBackgroundIsKnownToBeOpaqueInRect(negZOrderList(), localRect)
5435 || listBackgroundIsKnownToBeOpaqueInRect(normalFlowList(), localRect);
5438 bool RenderLayer::listBackgroundIsKnownToBeOpaqueInRect(const Vector<RenderLayer*>* list, const LayoutRect& localRect) const