Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dno-gc-weak-test.m21 @property(assign) id selectionRect; property
27 @synthesize selectionRect = _selectionRect;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp136 …FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textO… in selectionRectForTextFragment() local
138 return selectionRect; in selectionRectForTextFragment()
140 selectionRect.scale(1 / scalingFactor); in selectionRectForTextFragment()
141 return selectionRect; in selectionRectForTextFragment()
159 FloatRect selectionRect; in localSelectionRect() local
177 selectionRect.unite(fragmentRect); in localSelectionRect()
180 return enclosingIntRect(selectionRect); in localSelectionRect()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h210 bool wrapWithinFrame, WebRect* selectionRect);
221 virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect);
344 const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
362 int selectFindMatch(unsigned index, WebRect* selectionRect);
DWebFrameImpl.cpp1465 …WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect) in find() argument
1541 if (selectionRect) { in find()
1542 *selectionRect = frameView()->contentsToWindow(m_activeMatch->boundingBox()); in find()
1543 … reportFindInPageSelection(*selectionRect, m_activeMatchIndexInCurrentFrame + 1, identifier); in find()
1791 void WebFrameImpl::reportFindInPageSelection(const WebRect& selectionRect, int activeMatchOrdinal, … in reportFindInPageSelection() argument
1795 …InPageSelection(identifier, ordinalOfFirstMatchForFrame(this) + activeMatchOrdinal, selectionRect); in reportFindInPageSelection()
1913 int WebFrameImpl::selectNearestFindMatch(const WebFloatPoint& point, WebRect* selectionRect) in selectNearestFindMatch() argument
1932 return bestFrame->selectFindMatch(static_cast<unsigned>(indexInBestFrame), selectionRect); in selectNearestFindMatch()
1957 int WebFrameImpl::selectFindMatch(unsigned index, WebRect* selectionRect) in selectFindMatch() argument
2000 if (selectionRect) in selectFindMatch()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp363 LayoutRect selectionRect = box->localSelectionRect(start, end); in absoluteRectsForRange() local
365 r.setHeight(selectionRect.height()); in absoluteRectsForRange()
366 r.setY(selectionRect.y()); in absoluteRectsForRange()
368 r.setWidth(selectionRect.width()); in absoluteRectsForRange()
369 r.setX(selectionRect.x()); in absoluteRectsForRange()
400 return ellipsis->selectionRect(); in ellipsisRectForBox()
446 LayoutRect selectionRect = box->localSelectionRect(start, end); in absoluteQuadsForRange() local
448 r.setHeight(selectionRect.height()); in absoluteQuadsForRange()
449 r.setY(selectionRect.y()); in absoluteQuadsForRange()
451 r.setWidth(selectionRect.width()); in absoluteQuadsForRange()
[all …]
DEllipsisBox.h46 IntRect selectionRect();
DEllipsisBox.cpp130 IntRect EllipsisBox::selectionRect() in selectionRect() function in WebCore::EllipsisBox
DRenderWidget.cpp306 … paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor()); in paint()
DRenderObject.h887 …LayoutRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, cli…
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.h63 FloatRect selectionRect(const FloatPoint&, int height, int from, int to);
DFontHarfBuzz.cpp219 return shaper.selectionRect(point, height, from, to); in selectionRectForComplexText()
DHarfBuzzShaper.cpp851 FloatRect HarfBuzzShaper::selectionRect(const FloatPoint& point, int height, int from, int to) in selectionRect() function in WebCore::HarfBuzzShaper
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h556 WebRect* selectionRect) = 0;
618 WebRect* selectionRect) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontComplexTextMac.cpp54 return shaper.selectionRect(point, h, from, to); in selectionRectForComplexText()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1729 LayoutRect selectionRect = renderView->selectionBounds(clipToVisibleContent); in bounds() local
1730 …return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionR… in bounds()
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_cocoa_controller.mm561 gfx::Rect selectionRect(findResult.selection_rect());
565 viewRect, containerRect, selectionRect);