Home
last modified time | relevance | path

Searched refs:selectionRect (Results 1 – 25 of 50) sorted by relevance

12

/external/webkit/Source/WebCore/editing/mac/
DSelectionControllerMac.mm67 IntRect selectionRect = absoluteCaretBounds();
70 selectionRect = frameView->contentsToScreen(selectionRect);
72 …CGRect cgCaretRect = CGRectMake(selectionRect.x(), selectionRect.y(), selectionRect.width(), selec…
/external/clang/test/SemaObjC/
Dno-gc-weak-test.m20 @property(assign) id selectionRect; property
26 @synthesize selectionRect = _selectionRect;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp166 IntRect selectionRect = enclosingIntRect(selectedFrame->selection()->bounds()); in updateFindIndicator() local
169 if (selectionRect.isEmpty()) in updateFindIndicator()
173 … IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect); in updateFindIndicator()
179 …map> findIndicatorTextBackingStore = ShareableBitmap::createShareable(selectionRect.size(), Sharea… in updateFindIndicator()
185 IntRect paintRect = selectionRect; in updateFindIndicator()
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp107 …FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textO… in selectionRectForTextFragment() local
109 return selectionRect; in selectionRectForTextFragment()
111 selectionRect.scale(1 / scalingFactor); in selectionRectForTextFragment()
112 return selectionRect; in selectionRectForTextFragment()
115 IntRect SVGInlineTextBox::selectionRect(int, int, int startPosition, int endPosition) in selectionRect() function in WebCore::SVGInlineTextBox
130 FloatRect selectionRect; in selectionRect() local
148 selectionRect.unite(fragmentRect); in selectionRect()
151 return enclosingIntRect(selectionRect); in selectionRect()
DRenderSVGInlineText.cpp119 IntRect rect = textBox->selectionRect(0, 0, caretOffset, caretOffset + 1); in localCaretRect()
124 IntRect rect = textBox->selectionRect(0, 0, caretOffset - 1, caretOffset); in localCaretRect()
DSVGInlineTextBox.h50 virtual IntRect selectionRect(int absx, int absy, int startPosition, int endPosition);
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp296 IntRect selectionRect = box->selectionRect(0, 0, start, end); in absoluteRectsForRange() local
297 r.setHeight(selectionRect.height()); in absoluteRectsForRange()
298 r.setY(selectionRect.y()); in absoluteRectsForRange()
306 IntRect r = box->selectionRect(0, 0, start, realEnd); in absoluteRectsForRange()
341 return ellipsis->selectionRect(0, 0); in ellipsisRectForBox()
386 IntRect selectionRect = box->selectionRect(0, 0, start, end); in absoluteQuadsForRange() local
388 r.setHeight(selectionRect.height()); in absoluteQuadsForRange()
389 r.setY(selectionRect.y()); in absoluteQuadsForRange()
391 r.setWidth(selectionRect.width()); in absoluteQuadsForRange()
392 r.setX(selectionRect.x()); in absoluteQuadsForRange()
[all …]
DEllipsisBox.h45 IntRect selectionRect(int tx, int ty);
DEllipsisBox.cpp73 IntRect EllipsisBox::selectionRect(int tx, int ty) in selectionRect() function in WebCore::EllipsisBox
DInlineTextBox.h100 virtual IntRect selectionRect(int absx, int absy, int startPos, int endPos);
DRenderWidget.cpp323 … paintInfo.context->fillRect(selectionRect(), selectionBackgroundColor(), style()->colorSpace()); in paint()
DRenderObject.h689 …IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipTo…
/external/webkit/Source/WebKit2/UIProcess/
DFindIndicator.h56 …FindIndicator(const WebCore::FloatRect& selectionRect, const Vector<WebCore::FloatRect>& textRects…
DWebPageProxy.messages.in157 …SetFindIndicator(WebCore::FloatRect selectionRect, Vector<WebCore::FloatRect> textRects, WebKit::S…
/external/webkit/Source/WebKit/mac/WebView/
DWebDocumentPrivate.h53 - (NSRect)selectionRect;
DWebPDFView.mm846 - (NSRect)selectionRect
869 return [NSArray arrayWithObject:[NSValue valueWithRect:[self selectionRect]]];
894 … NSImage* selectionImage = [[[NSImage alloc] initWithSize:[self selectionRect].size] autorelease];
908 return [self selectionRect];
1330 …NSRect selectionRect = [PDFSubview convertRect:[[PDFSubview currentSelection] boundsForPage:page] …
1332 return NSPointInRect(point, selectionRect);
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h182 bool wrapWithinFrame, WebRect* selectionRect);
294 const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
DWebFrameImpl.cpp1469 WebRect* selectionRect) in find() argument
1547 if (selectionRect) { in find()
1548 *selectionRect = frameView()->contentsToWindow(currSelectionRect); in find()
1549 reportFindInPageSelection(*selectionRect, m_activeMatchIndex + 1, identifier); in find()
1772 void WebFrameImpl::reportFindInPageSelection(const WebRect& selectionRect, in reportFindInPageSelection() argument
1778 …InPageSelection(identifier, ordinalOfFirstMatchForFrame(this) + activeMatchOrdinal, selectionRect); in reportFindInPageSelection()
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h490 WebRect* selectionRect) = 0;
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp1396 IntRect selectionRect; in setFindIndicator() local
1423 selectionRect = IntRect(findIndicator->selectionRectInWindowCoordinates()); in setFindIndicator()
1427 …(*m_findIndicatorCallback)(toAPI(this), hbmp, selectionRect, fadeOut, m_findIndicatorCallbackConte… in setFindIndicator()
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp1753 IntRect selectionRect = root->selectionBounds(clipToVisibleContent); in bounds() local
1754 …return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionR… in bounds()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebViewPrivate.idl99 HRESULT selectionRect([in, out] RECT* rc);
/external/webkit/Tools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm257 … = [documentView convertRect:[(id <WebDocumentSelection>)documentView selectionRect] fromView:nil];
/external/webkit/Source/WebKit/win/
DWebView.h654 virtual HRESULT STDMETHODCALLTYPE selectionRect(
/external/webkit/Source/WebKit/mac/
DWebKit.order2519 -[WebHTMLView(WebDocumentPrivateProtocols) selectionRect]
2579 -[WebPDFView selectionRect]

12