Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasSelfPaintingLayer

1413     if (!hasColumns() && (recomputeFloats || isRoot() || expandsToEncloseOverhangingFloats() || hasSelfPaintingLayer()))
2284 if (logicalBottomForFloat(r) > logicalHeight() && ((paintAllDescendants && r->m_renderer->isDescendantOf(this)) || r->m_shouldPaint) && !r->m_renderer->hasSelfPaintingLayer()) {
2464 if (!child->hasSelfPaintingLayer() && !child->isFloating())
2566 if (box->hasSelfPaintingLayer()) {
2613 if (r->m_shouldPaint && !r->m_renderer->hasSelfPaintingLayer()) {
3200 newObj->m_shouldPaint = !o->hasSelfPaintingLayer(); // If a layer exists, the float will paint itself. Otherwise someone else will.
3766 if (makeChildPaintOtherFloats && !r->m_shouldPaint && !r->m_renderer->hasSelfPaintingLayer() &&
3981 bool useOverflowClip = hasOverflowClip() && !hasSelfPaintingLayer();
4037 if (floatingObject->m_shouldPaint && !floatingObject->m_renderer->hasSelfPaintingLayer()) {
4111 if (!child->hasSelfPaintingLayer() && !child->isFloating() && child->nodeAtPoint(request, result, x, y, childPoint.x(), childPoint.y(), childHitTest))