Home | History | Annotate | Download | only in web

Lines Matching refs:selectionRect

1475 bool WebFrameImpl::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect)
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)
1803 client()->reportFindInPageSelection(identifier, ordinalOfFirstMatchForFrame(this) + activeMatchOrdinal, selectionRect);
1921 int WebFrameImpl::selectNearestFindMatch(const WebFloatPoint& point, WebRect* selectionRect)
1940 return bestFrame->selectFindMatch(static_cast<unsigned>(indexInBestFrame), selectionRect);
1965 int WebFrameImpl::selectFindMatch(unsigned index, WebRect* selectionRect)
2008 if (selectionRect)
2009 *selectionRect = activeMatchRect;