Home | History | Annotate | Download | only in editing

Lines Matching refs:visibleContentRect

1775     return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionRect;
1784 FloatRect visibleContentRect = m_frame->view()->visibleContentRect();
1791 FloatRect intersectionRect = intersection(quads[i].enclosingBoundingBox(), visibleContentRect);