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

  /external/webkit/WebCore/rendering/
RenderImage.cpp 278 bool shouldRepaint = true;
298 shouldRepaint = false;
308 if (shouldRepaint) {
RenderView.cpp 238 bool RenderView::shouldRepaint(const IntRect& r) const
251 if (!shouldRepaint(ur))
276 if (!shouldRepaint(ur))

Completed in 131 milliseconds