Searched refs:m_historyClient (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.cpp | 195 m_historyClient.initialize(client); in initializeHistoryClient() 197 …sendToAllProcesses(Messages::WebProcess::SetShouldTrackVisitedLinks(m_historyClient.shouldTrackVis… in initializeHistoryClient() 232 parameters.shouldTrackVisitedLinks = m_historyClient.shouldTrackVisitedLinks(); in ensureWebProcess() 414 m_historyClient.didNavigateWithNavigationData(this, frame->page(), store, frame); in didNavigateWithNavigationData() 424 …m_historyClient.didPerformClientRedirect(this, frame->page(), sourceURLString, destinationURLStrin… in didPerformClientRedirect() 434 …m_historyClient.didPerformServerRedirect(this, frame->page(), sourceURLString, destinationURLStrin… in didPerformServerRedirect() 444 m_historyClient.didUpdateHistoryTitle(this, frame->page(), title, url, frame); in didUpdateHistoryTitle() 449 m_historyClient.populateVisitedLinks(this); in populateVisitedLinks()
|
D | WebContext.h | 227 WebHistoryClient m_historyClient; variable
|