HomeSort by relevance Sort by last modified time
    Searched refs:m_currentActiveMatchFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 75 WebLocalFrameImpl* activeMatchFrame() const { return m_currentActiveMatchFrame; }
195 WebLocalFrameImpl* m_currentActiveMatchFrame;
TextFinder.cpp 143 WebLocalFrameImpl* oldActiveFrame = mainFrameImpl->ensureTextFinder().m_currentActiveMatchFrame;
144 mainFrameImpl->ensureTextFinder().m_currentActiveMatchFrame = &m_ownerFrame;
297 mainFrameImpl->ensureTextFinder().m_currentActiveMatchFrame = &m_ownerFrame;
480 return WebFloatRect(findInPageRectFromRange(m_currentActiveMatchFrame->activeMatch()));
555 WebLocalFrameImpl* activeMatchFrame = mainFrameTextFinder.m_currentActiveMatchFrame;
563 mainFrameTextFinder.m_currentActiveMatchFrame = &m_ownerFrame;
603 , m_currentActiveMatchFrame(0)

Completed in 200 milliseconds