Searched refs:m_currentActiveMatchFrame (Results 1 – 2 of 2) sorted by relevance
144 WebLocalFrameImpl* oldActiveFrame = mainFrameImpl->ensureTextFinder().m_currentActiveMatchFrame; in find()145 mainFrameImpl->ensureTextFinder().m_currentActiveMatchFrame = &m_ownerFrame; in find()298 mainFrameImpl->ensureTextFinder().m_currentActiveMatchFrame = &m_ownerFrame; in scopeStringMatches()481 return WebFloatRect(findInPageRectFromRange(m_currentActiveMatchFrame->activeMatch())); in activeFindMatchRect()556 WebLocalFrameImpl* activeMatchFrame = mainFrameTextFinder.m_currentActiveMatchFrame; in selectFindMatch()564 mainFrameTextFinder.m_currentActiveMatchFrame = &m_ownerFrame; in selectFindMatch()604 , m_currentActiveMatchFrame(0) in TextFinder()
77 WebLocalFrameImpl* activeMatchFrame() const { return m_currentActiveMatchFrame; } in activeMatchFrame()197 WebLocalFrameImpl* m_currentActiveMatchFrame; variable