Searched refs:shouldRepaint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.h210 bool updateBacking(RenderLayer*, CompositingChangeRepaint shouldRepaint);
H A DRenderImage.cpp171 bool shouldRepaint = true; local
190 shouldRepaint = false;
200 if (shouldRepaint) {
H A DRenderView.h187 bool shouldRepaint(const IntRect& r) const;
H A DRenderView.cpp256 bool RenderView::shouldRepaint(const IntRect& r) const function in class:WebCore::RenderView
269 if (!shouldRepaint(ur))
294 if (!shouldRepaint(ur))
H A DRenderLayerCompositor.cpp351 bool RenderLayerCompositor::updateBacking(RenderLayer* layer, CompositingChangeRepaint shouldRepaint) argument
376 if (shouldRepaint == CompositingChangeRepaintNow)
413 if (shouldRepaint == CompositingChangeRepaintNow)
435 bool RenderLayerCompositor::updateLayerCompositingState(RenderLayer* layer, CompositingChangeRepaint shouldRepaint) argument
437 bool layerChanged = updateBacking(layer, shouldRepaint);

Completed in 362 milliseconds