Home | History | Annotate | Download | only in editing

Lines Matching refs:selectionRect

1774     LayoutRect selectionRect = root->selectionBounds(clipToVisibleContent);
1775 return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionRect;