Home | History | Annotate | Download | only in rendering

Lines Matching defs:overflowClipRect

1163 IntRect RenderTable::overflowClipRect(int tx, int ty)
1165 IntRect rect = RenderBlock::overflowClipRect(tx, ty);
1187 if (!hasOverflowClip() || overflowClipRect(tx, ty).contains(xPos, yPos)) {