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 601 IntRect overflowRect(visibleOverflowRect());
602 overflowRect.move(tx, ty);
603 if (!overflowRect.contains(x, y))
626 IntRect overflowRect(visibleOverflowRect());
627 overflowRect.inflate(renderer()->maximalOutlineSize(paintInfo.phase));
628 overflowRect.move(tx, ty);
630 if (!paintInfo.rect.intersects(overflowRect))
    [all...]
RenderLayer.cpp     [all...]

Completed in 598 milliseconds