Home | History | Annotate | Download | only in rendering

Lines Matching defs:overflowClipRect

1370 LayoutRect RenderTable::overflowClipRect(const LayoutPoint& location, RenderRegion* region, OverlayScrollbarSizeRelevancy relevancy)
1372 LayoutRect rect = RenderBlock::overflowClipRect(location, region, relevancy);
1398 if (!hasOverflowClip() || locationInContainer.intersects(overflowClipRect(adjustedLocation, locationInContainer.region()))) {