Home | History | Annotate | Download | only in web

Lines Matching defs:activeMatch

1723     if (Range* activeMatch = m_textFinder->activeMatch()) {
1732 Node* node = activeMatch->firstNode();
1746 frame()->selection().setSelection(VisibleSelection(activeMatch));
1755 node = activeMatch->firstNode();
1756 for (; node && node != activeMatch->pastLastNode(); node = NodeTraversal::next(*node)) {
1771 frame()->selection().setSelection(VisibleSelection(activeMatch));
1777 // The WebLocalFrameImpl could get reused and the activeMatch could end up pointing
1872 WebCore::Range* WebLocalFrameImpl::activeMatch() const
1875 return m_textFinder->activeMatch();