Lines Matching refs:m_webPage
56 : m_webPage(webPage) in FindController()
71 …unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, m… in countStringMatches()
72 m_webPage->corePage()->unmarkAllTextMatches(); in countStringMatches()
78 m_webPage->send(Messages::WebPageProxy::DidCountStringMatches(string, matchCount)); in countStringMatches()
93 m_webPage->corePage()->unmarkAllTextMatches(); in findString()
95 bool found = m_webPage->corePage()->findString(string, core(options)); in findString()
97 Frame* selectedFrame = frameWithSelection(m_webPage->corePage()); in findString()
108 m_webPage->send(Messages::WebPageProxy::DidFailToFindString(string)); in findString()
116 …unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, m… in findString()
124 m_webPage->send(Messages::WebPageProxy::DidFindString(string, matchCount)); in findString()
136 m_webPage->uninstallPageOverlay(m_findPageOverlay, false); in findString()
146 m_webPage->installPageOverlay(findPageOverlay.release()); in findString()
156 m_webPage->uninstallPageOverlay(m_findPageOverlay, true); in hideFindUI()
210 …m_webPage->send(Messages::WebPageProxy::SetFindIndicator(selectionRectInWindowCoordinates, textRec… in updateFindIndicator()
222 …m_webPage->send(Messages::WebPageProxy::SetFindIndicator(FloatRect(), Vector<FloatRect>(), handle,… in hideFindIndicator()
230 …for (Frame* frame = m_webPage->corePage()->mainFrame(); frame; frame = frame->tree()->traverseNext… in rectsForTextMatches()