Home | History | Annotate | Download | only in web

Lines Matching refs:activeMatch

1694     if (Range* activeMatch = m_textFinder->activeMatch()) {
1706 Node* node = activeMatch->firstNode();
1720 frame()->selection().setSelection(VisibleSelection(activeMatch));
1729 node = activeMatch->firstNode();
1730 for (; node && node != activeMatch->pastLastNode(); node = NodeTraversal::next(*node)) {
1745 frame()->selection().setSelection(VisibleSelection(activeMatch));
1751 // The WebLocalFrameImpl could get reused and the activeMatch could end up pointing
1899 Range* WebLocalFrameImpl::activeMatch() const
1902 return m_textFinder->activeMatch();