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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 210 bool shouldRepaint = true;
235 shouldRepaint = false;
241 if (shouldRepaint) {
RenderFlowThread.h 180 bool shouldRepaint(const LayoutRect&) const;
RenderLayerCompositor.h 229 bool updateBacking(RenderLayer*, CompositingChangeRepaint shouldRepaint);
RenderView.h 217 bool shouldRepaint(const LayoutRect&) const;
RenderView.cpp 504 bool RenderView::shouldRepaint(const LayoutRect& r) const
520 if (!shouldRepaint(ur))
544 if (!shouldRepaint(ur))
    [all...]
RenderFlowThread.cpp 349 bool RenderFlowThread::shouldRepaint(const LayoutRect& r) const
359 if (!shouldRepaint(repaintRect) || !hasValidRegionInfo())
    [all...]
RenderLayerCompositor.cpp 519 bool RenderLayerCompositor::updateBacking(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
533 if (shouldRepaint == CompositingChangeRepaintNow)
574 if (shouldRepaint == CompositingChangeRepaintNow)
604 bool RenderLayerCompositor::updateLayerCompositingState(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
606 bool layerChanged = updateBacking(layer, shouldRepaint);
    [all...]

Completed in 81 milliseconds