Home | History | Annotate | Download | only in src

Lines Matching refs:m_activeMatch

1476         setMarkerActive(m_activeMatch.get(), false); // Active match is changing.
1486 if (!activeSelection && m_activeMatch) {
1487 selection = VisibleSelection(m_activeMatch.get());
1512 m_activeMatch = 0;
1514 m_activeMatch = newSelection.toNormalizedRange();
1515 currSelectionRect = m_activeMatch->boundingBox();
1516 setMarkerActive(m_activeMatch.get(), true); // Active.
1554 m_activeMatch = 0;
1667 activeSelectionRect = m_activeMatch.get() ?
1668 m_activeMatch->boundingBox() : resultBounds;
2095 if (this == mainFrameImpl->activeMatchFrame() && m_activeMatch.get()) {
2104 Node* node = m_activeMatch->firstNode();
2117 node = m_activeMatch->firstNode();
2118 while (node && node != m_activeMatch->pastLastNode()) {
2131 frame()->selection()->setSelection(m_activeMatch.get());