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

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

Completed in 167 milliseconds