Searched refs:m_ownerFrame (Results 1 – 2 of 2) sorted by relevance
96 if (!m_ownerFrame.frame() || !m_ownerFrame.frame()->page()) in find()99 WebLocalFrameImpl* mainFrameImpl = m_ownerFrame.viewImpl()->mainFrameImpl(); in find()102 m_ownerFrame.frame()->page()->unmarkAllTextMatches(); in find()106 if (m_activeMatch && &m_activeMatch->ownerDocument() != m_ownerFrame.frame()->document()) in find()112 VisibleSelection selection(m_ownerFrame.frame()->selection().selection()); in find()116 m_ownerFrame.frame()->selection().clear(); in find()119 ASSERT(m_ownerFrame.frame() && m_ownerFrame.frame()->view()); in find()126 …m_activeMatch = m_ownerFrame.frame()->editor().findStringAndScrollToVisible(searchText, m_activeMa… in find()134 m_ownerFrame.invalidateAll(); in find()139 …m_ownerFrame.viewImpl()->zoomToFindInPageRect(m_ownerFrame.frameView()->contentsToWindow(enclosing… in find()[all …]
191 WebLocalFrameImpl& m_ownerFrame; variable