Home | History | Annotate | Download | only in rendering

Lines Matching refs:isSelfPaintingLayer

2681     if (overlapTestRequests && isSelfPaintingLayer())
2687 bool shouldPaint = intersectsDamageRect(layerBounds, damageRect, rootLayer) && m_hasVisibleContent && isSelfPaintingLayer();
2734 if (!outlineRect.isEmpty() && isSelfPaintingLayer() && !paintingOverlayScrollbars) {
3158 if (fgRect.intersects(hitTestArea) && isSelfPaintingLayer()) {
3188 if (bgRect.intersects(hitTestArea) && isSelfPaintingLayer()) {
4062 bool RenderLayer::isSelfPaintingLayer() const