activeMatchFrame  436 Source/web/TextFinder.cpp     WebFrameImpl* activeMatchFrame = mainFrameImpl->activeMatchFrame();
activeMatchFrame  437 Source/web/TextFinder.cpp     return activeMatchFrame && activeMatchFrame->activeMatch() && activeMatchFrame->frame()->tree().isDescendantOf(mainFrameImpl->frame());
activeMatchFrame  560 Source/web/TextFinder.cpp     WebFrameImpl* activeMatchFrame = mainFrameTextFinder.m_currentActiveMatchFrame;
activeMatchFrame  561 Source/web/TextFinder.cpp     if (&m_ownerFrame != activeMatchFrame || !m_activeMatch || !areRangesEqual(m_activeMatch.get(), range.get())) {
activeMatchFrame  563 Source/web/TextFinder.cpp             activeMatchFrame->ensureTextFinder().setMatchMarkerActive(false);
activeMatchFrame   77 Source/web/TextFinder.h     WebFrameImpl* activeMatchFrame() const { return m_currentActiveMatchFrame; }
activeMatchFrame 1806 Source/web/WebFrameImpl.cpp     if (this != mainFrameImpl->activeMatchFrame())
activeMatchFrame 1944 Source/web/WebFrameImpl.cpp         return m_textFinder->activeMatchFrame();
activeMatchFrame  277 Source/web/WebFrameImpl.h     WebFrameImpl* activeMatchFrame() const;
activeMatchFrame 3212 Source/web/tests/WebFrameTest.cpp         Range* result = mainFrame->activeMatchFrame()->activeMatch();