Home | History | Annotate | Download | only in rendering

Lines Matching defs:overflowClipRect

1374 LayoutRect RenderTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy)
1376 LayoutRect rect = RenderBlock::overflowClipRect(location, relevancy);
1402 if (!hasOverflowClip() || locationInContainer.intersects(overflowClipRect(adjustedLocation))) {