Home | History | Annotate | Download | only in page

Lines Matching refs:selectionBounds

1201 FloatRect Frame::selectionBounds(bool clipToVisibleContent) const
1208 IntRect selectionRect = root->selectionBounds(clipToVisibleContent);
1300 rect = revealExtent ? VisiblePosition(selection()->extent()).absoluteCaretBounds() : enclosingIntRect(selectionBounds(false));