Searched refs:shouldRepaint (Results 1 – 5 of 5) sorted by relevance
227 bool shouldRepaint = true; in imageDimensionsChanged() local252 shouldRepaint = false; in imageDimensionsChanged()266 if (shouldRepaint) { in imageDimensionsChanged()
188 bool shouldRepaint(const LayoutRect&) const;
573 bool RenderView::shouldRepaint(const LayoutRect& rect) const in shouldRepaint() function in WebCore::RenderView582 if (!shouldRepaint(ur)) in repaintViewRectangle()606 if (!shouldRepaint(ur)) in repaintRectangleInViewAndCompositedLayers()
223 bool shouldRepaint(const LayoutRect&) const;
354 bool RenderFlowThread::shouldRepaint(const LayoutRect& r) const in shouldRepaint() function in WebCore::RenderFlowThread364 if (!shouldRepaint(repaintRect) || !hasValidRegionInfo()) in repaintRectangleInRegions()