Home | History | Annotate | Download | only in editing

Lines Matching full:selectionrect

1753     IntRect selectionRect = root->selectionBounds(clipToVisibleContent);
1754 return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionRect;