Searched refs:selectionRect (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.h45 IntRect selectionRect();
H A DRenderText.cpp328 // 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); local
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 take
442 LayoutRect selectionRect = box->localSelectionRect(start, end); local
[all...]
H A DEllipsisBox.cpp123 IntRect EllipsisBox::selectionRect() function in class:WebCore::EllipsisBox
H A DRenderWidget.cpp301 // FIXME: selectionRect() is in absolute, not painting coordinates.
302 paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor());
H A DRenderObject.h901 LayoutRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipToVisibleContent); } function in class:WebCore::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.h65 FloatRect selectionRect(const FloatPoint&, int height, int from, int to);
H A DFontHarfBuzz.cpp222 return shaper.selectionRect(point, height, from, to);
H A DHarfBuzzShaper.cpp643 FloatRect HarfBuzzShaper::selectionRect(const FloatPoint& point, int height, int from, int to)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.h210 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);
H A DWebFrameImpl.cpp1475 bool WebFrameImpl::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect) argument
1549 if (selectionRect) {
1550 *selectionRect = frameView()->contentsToWindow(m_activeMatch->boundingBox());
1551 reportFindInPageSelection(*selectionRect, m_activeMatchIndexInCurrentFrame + 1, identifier);
1799 void WebFrameImpl::reportFindInPageSelection(const WebRect& selectionRect, int activeMatchOrdinal, int identifier) argument
1803 client()->reportFindInPageSelection(identifier, ordinalOfFirstMatchForFrame(this) + activeMatchOrdinal, selectionRect);
1921 int WebFrameImpl::selectNearestFindMatch(const WebFloatPoint& point, WebRect* selectionRect) argument
1940 return bestFrame->selectFindMatch(static_cast<unsigned>(indexInBestFrame), selectionRect);
1965 int WebFrameImpl::selectFindMatch(unsigned index, WebRect* selectionRect) argument
2008 if (selectionRect)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp135 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition); local
137 return selectionRect;
139 selectionRect.scale(1 / scalingFactor);
140 return selectionRect;
158 FloatRect selectionRect; local
176 selectionRect.unite(fragmentRect);
179 return enclosingIntRect(selectionRect);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h519 // 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/platform/graphics/mac/
H A DFontComplexTextMac.cpp55 return shaper.selectionRect(point, h, from, to);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1774 LayoutRect selectionRect = root->selectionBounds(clipToVisibleContent);
1775 return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionRect;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 175 milliseconds