Searched refs:shouldKeepCurrentBackForwardListItemInList (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebBackForwardList.cpp138 shouldKeepCurrentItem = m_page->shouldKeepCurrentBackForwardListItemInList(m_entries[m_currentIndex].get());
180 shouldKeepCurrentItem = m_page->shouldKeepCurrentBackForwardListItemInList(m_entries[m_currentIndex].get());
H A DWebPageProxy.h323 bool shouldKeepCurrentBackForwardListItemInList(WebBackForwardListItem*);
H A DWebPageProxy.cpp985 bool WebPageProxy::shouldKeepCurrentBackForwardListItemInList(WebBackForwardListItem* item) function in class:WebKit::WebPageProxy
987 return m_loaderClient->shouldKeepCurrentBackForwardListItemInList(this, item);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPILoaderClient.h94 virtual bool shouldKeepCurrentBackForwardListItemInList(WebKit::WebPageProxy*, WebKit::WebBackForwardListItem*) { return true; } function in class:API::LoaderClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageLoaderClient.h398 WKPageShouldKeepCurrentBackForwardListItemInListCallback shouldKeepCurrentBackForwardListItemInList; member in struct:WKPageLoaderClientV5
H A DWKPage.cpp1000 virtual bool shouldKeepCurrentBackForwardListItemInList(WebKit::WebPageProxy* page, WebKit::WebBackForwardListItem* item) override
1002 if (!m_client.shouldKeepCurrentBackForwardListItemInList)
1005 return m_client.shouldKeepCurrentBackForwardListItemInList(toAPI(page), toAPI(item), m_client.base.clientInfo);

Completed in 106 milliseconds