Searched defs:shouldRepaint (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderView.cpp238 bool RenderView::shouldRepaint(const IntRect& r) const function in class:WebCore::RenderView
251 if (!shouldRepaint(ur))
276 if (!shouldRepaint(ur))
H A DRenderImage.cpp278 bool shouldRepaint = true; local
298 shouldRepaint = false;
308 if (shouldRepaint) {
H A DRenderLayerCompositor.cpp238 bool RenderLayerCompositor::updateBacking(RenderLayer* layer, CompositingChangeRepaint shouldRepaint) argument
252 if (shouldRepaint == CompositingChangeRepaintNow)
279 if (shouldRepaint == CompositingChangeRepaintNow)
294 bool RenderLayerCompositor::updateLayerCompositingState(RenderLayer* layer, CompositingChangeRepaint shouldRepaint) argument
296 bool layerChanged = updateBacking(layer, shouldRepaint);

Completed in 19 milliseconds