Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowClipRect

1233 IntRect RenderTable::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy)
1235 IntRect rect = RenderBlock::overflowClipRect(tx, ty, relevancy);
1262 if (!hasOverflowClip() || overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) {