HomeSort by relevance Sort by last modified time
    Searched refs:selectionRect (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm 67 IntRect selectionRect = absoluteCaretBounds();
70 selectionRect = frameView->contentsToScreen(selectionRect);
72 CGRect cgCaretRect = CGRectMake(selectionRect.x(), selectionRect.y(), selectionRect.width(), selectionRect.height());
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.h 56 FindIndicator(const WebCore::FloatRect& selectionRect, const Vector<WebCore::FloatRect>& textRects, PassRefPtr<ShareableBitmap> contentImage);
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentPrivate.h 53 - (NSRect)selectionRect;
60 // NOTE: This method is equivalent to selectionRect and shouldn't be used; use selectionRect instead.
WebPDFView.mm 846 - (NSRect)selectionRect
869 return [NSArray arrayWithObject:[NSValue valueWithRect:[self selectionRect]]];
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.h 45 IntRect selectionRect(int tx, int ty);
RenderText.cpp 318 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
319 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
331 IntRect selectionRect = box->selectionRect(0, 0, start, end);
332 r.setHeight(selectionRect.height());
333 r.setY(selectionRect.y());
341 IntRect r = box->selectionRect(0, 0, start, realEnd);
344 // change the height and y position because selectionRect uses selection-specific values
376 return ellipsis->selectionRect(0, 0);
408 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
    [all...]
InlineTextBox.h 100 virtual IntRect selectionRect(int absx, int absy, int startPos, int endPos);
EllipsisBox.cpp 73 IntRect EllipsisBox::selectionRect(int tx, int ty)
RenderWidget.cpp 326 // FIXME: selectionRect() is in absolute, not painting coordinates.
327 paintInfo.context->fillRect(selectionRect(), selectionBackgroundColor(), style()->colorSpace());
RenderObject.h     [all...]
InlineTextBox.cpp 174 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos)
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.h 50 virtual IntRect selectionRect(int absx, int absy, int startPosition, int endPosition);
RenderSVGInlineText.cpp 119 IntRect rect = textBox->selectionRect(0, 0, caretOffset, caretOffset + 1);
124 IntRect rect = textBox->selectionRect(0, 0, caretOffset - 1, caretOffset);
SVGInlineTextBox.cpp 107 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
109 return selectionRect;
111 selectionRect.scale(1 / scalingFactor);
112 return selectionRect;
115 IntRect SVGInlineTextBox::selectionRect(int, int, int startPosition, int endPosition)
130 FloatRect selectionRect;
148 selectionRect.unite(fragmentRect);
151 return enclosingIntRect(selectionRect);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 166 IntRect selectionRect = enclosingIntRect(selectedFrame->selection()->bounds());
169 if (selectionRect.isEmpty())
173 IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect);
179 RefPtr<ShareableBitmap> findIndicatorTextBackingStore = ShareableBitmap::createShareable(selectionRect.size(), ShareableBitmap::SupportsAlpha);
185 IntRect paintRect = selectionRect;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 182 bool wrapWithinFrame, WebRect* selectionRect);
294 const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 479 // make it visible if needed) and fill in selectionRect with the
490 WebRect* selectionRect) = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 109 Rectangle selectionRect, ViewInfo viewInfo) {
116 mSelectionRect = selectionRect;
837 Rectangle selectionRect = new Rectangle(x, y, w - 1, h - 1);
840 absRect, selectionRect, root);
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl 99 HRESULT selectionRect([in, out] RECT* rc);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 257 NSRect rect = [documentView convertRect:[(id <WebDocumentSelection>)documentView selectionRect] fromView:nil];
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 654 virtual HRESULT STDMETHODCALLTYPE selectionRect(
    [all...]

Completed in 324 milliseconds

1 2