Searched refs:m_activeMatch (Results 1 – 2 of 2) sorted by relevance
1475 setMarkerActive(m_activeMatch.get(), false); in find()1477 if (m_activeMatch && &m_activeMatch->ownerDocument() != frame()->document()) in find()1478 m_activeMatch = 0; in find()1486 m_activeMatch = selection.firstRange().get(); in find()1497 …m_activeMatch = frame()->editor().findStringAndScrollToVisible(searchText, m_activeMatch.get(), fi… in find()1499 if (!m_activeMatch) { in find()1509 …ntsToWindow(enclosingIntRect(RenderObject::absoluteBoundingBoxRectForRange(m_activeMatch.get())))); in find()1512 setMarkerActive(m_activeMatch.get(), true); in find()1542 *selectionRect = frameView()->contentsToWindow(m_activeMatch->boundingBox()); in find()1659 activeSelectionRect = m_activeMatch.get() ? in scopeStringMatches()[all …]
285 WebCore::Range* activeMatch() const { return m_activeMatch.get(); } in activeMatch()446 RefPtr<WebCore::Range> m_activeMatch; variable