Home | History | Annotate | Download | only in web

Lines Matching refs:resultRange

1646         RefPtr<Range> resultRange(findPlainText(searchRange.get(),
1649 if (resultRange->collapsed(es)) {
1650 if (!resultRange->startContainer()->isInShadowTree())
1654 resultRange->startContainer()->deprecatedShadowAncestorNode(), es);
1664 IntRect resultBounds = resultRange->boundingBox();
1692 addMarker(resultRange.get(), foundActiveMatch);
1694 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
1700 searchRange->setStart(resultRange->endContainer(es), resultRange->endOffset(es), es);
1706 m_resumeScopingFromRange = resultRange;