HomeSort by relevance Sort by last modified time
    Searched refs:repaintRect (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 550 IntRect repaintRect = pixelSnappedIntRect(ur);
551 compositor()->repaintCompositedLayers(&repaintRect);
    [all...]
RenderBlock.cpp     [all...]
RenderLayerCompositor.cpp 639 LayoutRect repaintRect = rect;
640 repaintRect.moveBy(offset);
642 compositedAncestor->setBackingNeedsRepaintInRect(repaintRect);
    [all...]
RenderLayer.h 690 LayoutRect repaintRect() const { return m_repaintRect; }
    [all...]
RenderObject.h     [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp 427 LayoutRect repaintRect = m_repaintRect;
433 repaintRect.unite(child->repaintRectIncludingNonCompositingDescendants());
435 return repaintRect;
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 212 milliseconds

12