Searched refs:selectionBounds (Results 1 – 13 of 13) sorted by relevance
84 FloatRect fr = frame->selectionBounds(); in imageFromSelection()
86 IntRect selectionBounds(bool clipToVisibleContent = true) const;
307 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const in selectionBounds() function in WebCore::RenderView
280 FloatRect selectionBounds(bool clipToVisibleContent = true) const;
1194 FloatRect Frame::selectionBounds(bool clipToVisibleContent) const in selectionBounds() function in WebCore::Frame1201 IntRect selectionRect = root->selectionBounds(clipToVisibleContent); in selectionBounds()1288 rect = enclosingIntRect(selectionBounds(false)); in revealSelection()
579 IntRect draggingRect = enclosingIntRect(src->selectionBounds()); in dragLocForSelectionDrag()
318 NSImage* result = imageFromRect(selectionBounds());
1170 view->repaintViewRectangle(enclosingIntRect(m_frame->selectionBounds())); in focusedOrActiveStateChanged()
4811 NSRect rect = [self convertRect:coreFrame->selectionBounds() toView:nil];4819 NSRect rect = coreFrame->selectionBounds();5635 return core([self _frame])->selectionBounds();5671 return core([self _frame])->selectionBounds();
2975 IntRect ir = enclosingIntRect(frame->selectionBounds()); in selectionRect()
1400 Fix call to Frame::selectionBounds in Windows build.
2723 Fix call to Frame::selectionBounds in Tiger build.2734 Rename RenderView::selectionRect() to selectionBounds(), to remove
5783 (WebCore::Frame::selectionBounds):20438 Fix Windows build: selectionRect() -> selectionBounds().20476 Rename RenderView::selectionRect() to selectionBounds(), to remove20487 (WebCore::Frame::selectionBounds):20494 (WebCore::RenderView::selectionBounds):