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

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.h 210 bool updateBacking(RenderLayer*, CompositingChangeRepaint shouldRepaint);
RenderImage.cpp 171 bool shouldRepaint = true;
190 shouldRepaint = false;
200 if (shouldRepaint) {
RenderView.h 187 bool shouldRepaint(const IntRect& r) const;
RenderView.cpp 256 bool RenderView::shouldRepaint(const IntRect& r) const
269 if (!shouldRepaint(ur))
294 if (!shouldRepaint(ur))
RenderLayerCompositor.cpp 351 bool RenderLayerCompositor::updateBacking(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
376 if (shouldRepaint == CompositingChangeRepaintNow)
413 if (shouldRepaint == CompositingChangeRepaintNow)
435 bool RenderLayerCompositor::updateLayerCompositingState(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
437 bool layerChanged = updateBacking(layer, shouldRepaint);
    [all...]

Completed in 159 milliseconds