Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_shouldPaint

2282         // is our responsibility to paint (m_shouldPaint is set). When paintAllDescendants is true, the latter
2284 if (logicalBottomForFloat(r) > logicalHeight() && ((paintAllDescendants && r->m_renderer->isDescendantOf(this)) || r->m_shouldPaint) && !r->m_renderer->hasSelfPaintingLayer()) {
2612 // Only paint the object if our m_shouldPaint flag is set.
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.
3752 r->m_shouldPaint = false;
3754 floatingObj->m_shouldPaint = false;
3766 if (makeChildPaintOtherFloats && !r->m_shouldPaint && !r->m_renderer->hasSelfPaintingLayer() &&
3773 r->m_shouldPaint = true;
3829 floatingObj->m_shouldPaint = false; // We are not in the direct inheritance chain for this float. We will never paint it.
4037 if (floatingObject->m_shouldPaint && !floatingObject->m_renderer->hasSelfPaintingLayer()) {
5655 // Only examine the object if our m_shouldPaint flag is set.
5656 if (r->m_shouldPaint) {