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

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.h59 bool wrapWithinFrame, WebRect* selectionRect);
70 int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect);
116 const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
133 // the marker in window coordinates if selectionRect is not null.
134 int selectFindMatch(unsigned index, WebRect* selectionRect);
H A DTextFinder.cpp94 bool TextFinder::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect) argument
171 if (selectionRect) {
172 *selectionRect = m_ownerFrame.frameView()->contentsToWindow(m_activeMatch->boundingBox());
173 reportFindInPageSelection(*selectionRect, m_activeMatchIndexInCurrentFrame + 1, identifier);
403 void TextFinder::reportFindInPageSelection(const WebRect& selectionRect, int activeMatchOrdinal, int identifier) argument
407 m_ownerFrame.client()->reportFindInPageSelection(identifier, ordinalOfFirstMatch() + activeMatchOrdinal, selectionRect);
502 int TextFinder::selectNearestFindMatch(const WebFloatPoint& point, WebRect* selectionRect) argument
520 return bestFinder->selectFindMatch(static_cast<unsigned>(indexInBestFrame), selectionRect);
545 int TextFinder::selectFindMatch(unsigned index, WebRect* selectionRect) argument
590 if (selectionRect)
[all...]
H A DWebRemoteFrameImpl.h148 bool wrapWithinFrame, WebRect* selectionRect) OVERRIDE;
159 virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect) OVERRIDE;
H A DWebLocalFrameImpl.h197 bool wrapWithinFrame, WebRect* selectionRect) OVERRIDE;
208 virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect) OVERRIDE;
H A DWebRemoteFrameImpl.cpp718 bool wrapWithinFrame, WebRect* selectionRect)
768 int WebRemoteFrameImpl::selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect) argument
716 find( int identifier, const WebString& searchText, const WebFindOptions&, bool wrapWithinFrame, WebRect* selectionRect) argument
H A DWebLocalFrameImpl.cpp1347 bool WebLocalFrameImpl::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect) argument
1349 return ensureTextFinder().find(identifier, searchText, options, wrapWithinFrame, selectionRect);
1399 int WebLocalFrameImpl::selectNearestFindMatch(const WebFloatPoint& point, WebRect* selectionRect) argument
1402 return ensureTextFinder().selectNearestFindMatch(point, selectionRect);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTextFinderTest.cpp76 WebRect* selectionRect = 0; local
78 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
87 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
96 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
109 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
118 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
127 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
144 WebRect* selectionRect = 0; local
146 EXPECT_FALSE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
163 WebRect* selectionRect local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.h46 IntRect selectionRect();
H A DRenderText.cpp339 // because selectionRect uses selection-specific values.
357 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
358 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
370 LayoutRect selectionRect = box->localSelectionRect(start, end); local
372 r.setHeight(selectionRect.height().toFloat());
373 r.setY(selectionRect.y().toFloat());
375 r.setWidth(selectionRect.width().toFloat());
376 r.setX(selectionRect.x().toFloat());
407 return ellipsis->selectionRect();
440 // function to take ints causes various internal mismatches. But selectionRect take
453 LayoutRect selectionRect = box->localSelectionRect(start, end); local
[all...]
H A DEllipsisBox.cpp102 IntRect EllipsisBox::selectionRect() function in class:blink::EllipsisBox
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h66 FloatRect selectionRect(const FloatPoint&, int height, int from, int to);
H A DFontHarfBuzz.cpp295 return shaper.selectionRect(point, height, from, to);
H A DHarfBuzzShaper.cpp1107 FloatRect HarfBuzzShaper::selectionRect(const FloatPoint& point, int height, int from, int to) function in class:blink::HarfBuzzShaper
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp136 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition); local
138 return selectionRect;
140 selectionRect.scale(1 / scalingFactor);
141 return selectionRect;
156 FloatRect selectionRect; local
173 selectionRect.unite(fragmentRect);
176 return enclosingIntRect(selectionRect);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h532 // make it visible if needed) and fill in selectionRect with the
543 WebRect* selectionRect) = 0;
601 // match or -1 if none could be found. If not null, selectionRect is set to
605 WebRect* selectionRect) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontComplexTextMac.cpp53 return shaper.selectionRect(point, h, from, to);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1728 LayoutRect selectionRect = renderView->selectionBounds();
1729 return 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 2288 milliseconds