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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.h 45 IntRect selectionRect();
RenderText.cpp 328 // because selectionRect uses selection-specific values.
346 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
347 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
359 LayoutRect selectionRect = box->localSelectionRect(start, end);
361 r.setHeight(selectionRect.height());
362 r.setY(selectionRect.y());
364 r.setWidth(selectionRect.width());
365 r.setX(selectionRect.x());
396 return ellipsis->selectionRect();
429 // function to take ints causes various internal mismatches. But selectionRect takes ints, an
    [all...]
EllipsisBox.cpp 123 IntRect EllipsisBox::selectionRect()
RenderWidget.cpp 301 // FIXME: selectionRect() is in absolute, not painting coordinates.
302 paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor());
RenderObject.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 210 bool wrapWithinFrame, WebRect* selectionRect);
221 virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect);
337 const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
354 // the marker in window coordinates if selectionRect is not null.
355 int selectFindMatch(unsigned index, WebRect* selectionRect);
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.h 65 FloatRect selectionRect(const FloatPoint&, int height, int from, int to);
FontHarfBuzz.cpp 222 return shaper.selectionRect(point, height, from, to);
HarfBuzzShaper.cpp 643 FloatRect HarfBuzzShaper::selectionRect(const FloatPoint& point, int height, int from, int to)
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 519 // make it visible if needed) and fill in selectionRect with the
530 WebRect* selectionRect) = 0;
588 // match or -1 if none could be found. If not null, selectionRect is set to
592 WebRect* selectionRect) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 135 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
137 return selectionRect;
139 selectionRect.scale(1 / scalingFactor);
140 return selectionRect;
158 FloatRect selectionRect;
176 selectionRect.unite(fragmentRect);
179 return enclosingIntRect(selectionRect);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontComplexTextMac.cpp 55 return shaper.selectionRect(point, h, from, to);
  /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/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]

Completed in 335 milliseconds