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

  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp 603 IntRect overflowRect(visibleOverflowRect());
604 overflowRect.move(tx, ty);
605 if (!overflowRect.contains(x, y))
628 IntRect overflowRect(visibleOverflowRect());
629 overflowRect.inflate(renderer()->maximalOutlineSize(paintInfo.phase));
630 overflowRect.move(tx, ty);
632 if (!paintInfo.rect.intersects(overflowRect))
    [all...]
RenderLayer.cpp     [all...]

Completed in 135 milliseconds