Home | History | Annotate | Download | only in web

Lines Matching refs:selectionRect

95 bool TextFinder::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect)
172 if (selectionRect) {
173 *selectionRect = m_ownerFrame.frameView()->contentsToWindow(m_activeMatch->boundingBox());
174 reportFindInPageSelection(*selectionRect, m_activeMatchIndexInCurrentFrame + 1, identifier);
404 void TextFinder::reportFindInPageSelection(const WebRect& selectionRect, int activeMatchOrdinal, int identifier)
408 selectionRect);
503 int TextFinder::selectNearestFindMatch(const WebFloatPoint& point, WebRect* selectionRect)
521 return bestFinder->selectFindMatch(static_cast<unsigned>(indexInBestFrame), selectionRect);
546 int TextFinder::selectFindMatch(unsigned index, WebRect* selectionRect)
591 if (selectionRect)
592 *selectionRect = activeMatchRect;