/external/webkit/Source/WebCore/editing/mac/ |
D | SelectionControllerMac.mm | 67 IntRect selectionRect = absoluteCaretBounds(); 70 selectionRect = frameView->contentsToScreen(selectionRect); 72 …CGRect cgCaretRect = CGRectMake(selectionRect.x(), selectionRect.y(), selectionRect.width(), selec…
|
/external/clang/test/SemaObjC/ |
D | no-gc-weak-test.m | 20 @property(assign) id selectionRect; property 26 @synthesize selectionRect = _selectionRect;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | FindController.cpp | 166 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/ |
D | SVGInlineTextBox.cpp | 107 …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()
|
D | RenderSVGInlineText.cpp | 119 IntRect rect = textBox->selectionRect(0, 0, caretOffset, caretOffset + 1); in localCaretRect() 124 IntRect rect = textBox->selectionRect(0, 0, caretOffset - 1, caretOffset); in localCaretRect()
|
D | SVGInlineTextBox.h | 50 virtual IntRect selectionRect(int absx, int absy, int startPosition, int endPosition);
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderText.cpp | 296 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 …]
|
D | EllipsisBox.h | 45 IntRect selectionRect(int tx, int ty);
|
D | EllipsisBox.cpp | 73 IntRect EllipsisBox::selectionRect(int tx, int ty) in selectionRect() function in WebCore::EllipsisBox
|
D | InlineTextBox.h | 100 virtual IntRect selectionRect(int absx, int absy, int startPos, int endPos);
|
D | RenderWidget.cpp | 323 … paintInfo.context->fillRect(selectionRect(), selectionBackgroundColor(), style()->colorSpace()); in paint()
|
D | RenderObject.h | 689 …IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipTo…
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | FindIndicator.h | 56 …FindIndicator(const WebCore::FloatRect& selectionRect, const Vector<WebCore::FloatRect>& textRects…
|
D | WebPageProxy.messages.in | 157 …SetFindIndicator(WebCore::FloatRect selectionRect, Vector<WebCore::FloatRect> textRects, WebKit::S…
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDocumentPrivate.h | 53 - (NSRect)selectionRect;
|
D | WebPDFView.mm | 846 - (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/ |
D | WebFrameImpl.h | 182 bool wrapWithinFrame, WebRect* selectionRect); 294 const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
|
D | WebFrameImpl.cpp | 1469 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/ |
D | WebFrame.h | 490 WebRect* selectionRect) = 0;
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebView.cpp | 1396 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/ |
D | SelectionController.cpp | 1753 IntRect selectionRect = root->selectionBounds(clipToVisibleContent); in bounds() local 1754 …return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionR… in bounds()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebViewPrivate.idl | 99 HRESULT selectionRect([in, out] RECT* rc);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 257 … = [documentView convertRect:[(id <WebDocumentSelection>)documentView selectionRect] fromView:nil];
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 654 virtual HRESULT STDMETHODCALLTYPE selectionRect(
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 2519 -[WebHTMLView(WebDocumentPrivateProtocols) selectionRect] 2579 -[WebPDFView selectionRect]
|