Home | History | Annotate | Download | only in rendering

Lines Matching defs:repaint

1331     // Return the flow thread as a repaint container in order to create a chokepoint that allows us to change
1335 // The ancestor document will do the reparenting when the repaint propagates further up.
1339 // If we have already found a repaint container then we will repaint into that container only if it is part of the same
1340 // flow thread. Otherwise we will need to catch the repaint call and send it to the flow thread.
1384 void RenderObject::repaint() const
1386 // Don't repaint if we're unrooted (note that view() still returns the view when unrooted)
1392 return; // Don't repaint if we're printing.
1400 // Don't repaint if we're unrooted (note that view() still returns the view when unrooted)
1406 return; // Don't repaint if we're printing.
1411 // repaint containers. https://bugs.webkit.org/show_bug.cgi?id=23308
1428 return false; // Don't repaint if we're printing.
1441 // radius width/height, we cannot use delta-repaint.
1771 // If opacity changed, and we are not composited, need to repaint (also
1796 // If we have no layer(), just treat a RepaintLayer hint as a normal Repaint.
1884 // check whether we should layout now, and decide if we need to repaint.
1900 // Do a repaint with the new style now, e.g., for example if we go from
1902 repaint();
1934 repaint();
1941 repaint();
2041 // Don't check for repaint here; we need to wait until the layer has been
2042 // updated by subclasses before we know if we have to repaint (in setStyle()).