Home | History | Annotate | Download | only in rendering

Lines Matching refs:isPointInOverflowControl

2752 bool RenderBlock::isPointInOverflowControl(HitTestResult& result, const LayoutPoint& locationInContainer, const LayoutPoint& accumulatedOffset)
2785 && isPointInOverflowControl(result, locationInContainer.point(), adjustedLocation)) {
2787 // FIXME: isPointInOverflowControl() doesn't handle rect-based tests yet.