Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasSelfPaintingLayer

1035         if (!row->hasSelfPaintingLayer())
1038 if ((!cell->hasSelfPaintingLayer() && !row->hasSelfPaintingLayer()) || paintInfo.phase == PaintPhaseCollapsedTableBorders)
1278 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer()) {