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

  /external/webkit/WebCore/rendering/
RenderLayerCompositor.h 147 bool updateBacking(RenderLayer*, CompositingChangeRepaint shouldRepaint);
RenderLayerCompositor.cpp 238 bool RenderLayerCompositor::updateBacking(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
252 if (shouldRepaint == CompositingChangeRepaintNow)
279 if (shouldRepaint == CompositingChangeRepaintNow)
294 bool RenderLayerCompositor::updateLayerCompositingState(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
296 bool layerChanged = updateBacking(layer, shouldRepaint);
    [all...]
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))
RenderView.h 176 bool shouldRepaint(const IntRect& r) const;

Completed in 48 milliseconds