Home | History | Annotate | Download | only in UIProcess

Lines Matching full:m_client

39     if (!m_client.didNavigateWithNavigationData)
43 m_client.didNavigateWithNavigationData(toAPI(context), toAPI(page), toAPI(navigationData.get()), toAPI(frame), m_client.clientInfo);
48 if (!m_client.didPerformClientRedirect)
51 m_client.didPerformClientRedirect(toAPI(context), toAPI(page), toURLRef(sourceURL.impl()), toURLRef(destinationURL.impl()), toAPI(frame), m_client.clientInfo);
56 if (!m_client.didPerformServerRedirect)
59 m_client.didPerformServerRedirect(toAPI(context), toAPI(page), toURLRef(sourceURL.impl()), toURLRef(destinationURL.impl()), toAPI(frame), m_client.clientInfo);
64 if (!m_client.didUpdateHistoryTitle)
67 m_client.didUpdateHistoryTitle(toAPI(context), toAPI(page), toAPI(title.impl()), toURLRef(url.impl()), toAPI(frame), m_client.clientInfo);
72 if (!m_client.populateVisitedLinks)
75 m_client.populateVisitedLinks(toAPI(context), m_client.clientInfo);