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

  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 171 bool shouldRepaint = true;
190 shouldRepaint = false;
200 if (shouldRepaint) {
RenderView.cpp 256 bool RenderView::shouldRepaint(const IntRect& r) const
269 if (!shouldRepaint(ur))
294 if (!shouldRepaint(ur))

Completed in 79 milliseconds