Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldRepaint

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);