HomeSort by relevance Sort by last modified time
    Searched refs:shouldRepaint (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 227 bool shouldRepaint = true;
252 shouldRepaint = false;
266 if (shouldRepaint) {
RenderFlowThread.h 188 bool shouldRepaint(const LayoutRect&) const;
RenderView.h 223 bool shouldRepaint(const LayoutRect&) const;
RenderView.cpp 573 bool RenderView::shouldRepaint(const LayoutRect& rect) const
582 if (!shouldRepaint(ur))
606 if (!shouldRepaint(ur))
    [all...]
RenderFlowThread.cpp 354 bool RenderFlowThread::shouldRepaint(const LayoutRect& r) const
364 if (!shouldRepaint(repaintRect) || !hasValidRegionInfo())
    [all...]

Completed in 30 milliseconds