Home
last modified time | relevance | path

Searched refs:shouldRepaint (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp227 bool shouldRepaint = true; in imageDimensionsChanged() local
252 shouldRepaint = false; in imageDimensionsChanged()
266 if (shouldRepaint) { in imageDimensionsChanged()
DRenderFlowThread.h188 bool shouldRepaint(const LayoutRect&) const;
DRenderView.cpp573 bool RenderView::shouldRepaint(const LayoutRect& rect) const in shouldRepaint() function in WebCore::RenderView
582 if (!shouldRepaint(ur)) in repaintViewRectangle()
606 if (!shouldRepaint(ur)) in repaintRectangleInViewAndCompositedLayers()
DRenderView.h223 bool shouldRepaint(const LayoutRect&) const;
DRenderFlowThread.cpp354 bool RenderFlowThread::shouldRepaint(const LayoutRect& r) const in shouldRepaint() function in WebCore::RenderFlowThread
364 if (!shouldRepaint(repaintRect) || !hasValidRegionInfo()) in repaintRectangleInRegions()