Home
last modified time | relevance | path

Searched refs:selectionBounds (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/page/win/
DFrameCGWin.cpp84 FloatRect fr = frame->selectionBounds(); in imageFromSelection()
/external/webkit/WebCore/rendering/
DRenderView.h86 IntRect selectionBounds(bool clipToVisibleContent = true) const;
DRenderView.cpp307 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const in selectionBounds() function in WebCore::RenderView
/external/webkit/WebCore/page/
DFrame.h280 FloatRect selectionBounds(bool clipToVisibleContent = true) const;
DFrame.cpp1194 FloatRect Frame::selectionBounds(bool clipToVisibleContent) const in selectionBounds() function in WebCore::Frame
1201 IntRect selectionRect = root->selectionBounds(clipToVisibleContent); in selectionBounds()
1288 rect = enclosingIntRect(selectionBounds(false)); in revealSelection()
DDragController.cpp579 IntRect draggingRect = enclosingIntRect(src->selectionBounds()); in dragLocForSelectionDrag()
/external/webkit/WebCore/page/mac/
DFrameMac.mm318 NSImage* result = imageFromRect(selectionBounds());
/external/webkit/WebCore/editing/
DSelectionController.cpp1170 view->repaintViewRectangle(enclosingIntRect(m_frame->selectionBounds())); in focusedOrActiveStateChanged()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm4811 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();
/external/webkit/WebKit/win/
DWebView.cpp2975 IntRect ir = enclosingIntRect(frame->selectionBounds()); in selectionRect()
DChangeLog1400 Fix call to Frame::selectionBounds in Windows build.
/external/webkit/WebKit/mac/
DChangeLog2723 Fix call to Frame::selectionBounds in Tiger build.
2734 Rename RenderView::selectionRect() to selectionBounds(), to remove
/external/webkit/WebCore/
DChangeLog5783 (WebCore::Frame::selectionBounds):
20438 Fix Windows build: selectionRect() -> selectionBounds().
20476 Rename RenderView::selectionRect() to selectionBounds(), to remove
20487 (WebCore::Frame::selectionBounds):
20494 (WebCore::RenderView::selectionBounds):