HomeSort by relevance Sort by last modified time
    Searched defs:activeMatchFrame (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 77 WebLocalFrameImpl* activeMatchFrame() const { return m_currentActiveMatchFrame; }
124 // Check if the activeMatchFrame still exists in the frame tree.
TextFinder.cpp 432 WebLocalFrameImpl* activeMatchFrame = mainFrameImpl->activeMatchFrame();
433 return activeMatchFrame && activeMatchFrame->activeMatch() && activeMatchFrame->frame()->tree().isDescendantOf(mainFrameImpl->frame());
556 WebLocalFrameImpl* activeMatchFrame = mainFrameTextFinder.m_currentActiveMatchFrame;
557 if (&m_ownerFrame != activeMatchFrame || !m_activeMatch || !areRangesEqual(m_activeMatch.get(), range.get())) {
559 activeMatchFrame->ensureTextFinder().setMatchMarkerActive(false);
WebLocalFrameImpl.cpp     [all...]

Completed in 130 milliseconds