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

/external/webkit/Source/WebKit2/UIProcess/
H A DWebLoaderClient.h80 bool shouldGoToBackForwardListItem(WebPageProxy*, WebBackForwardListItem*);
H A DWebLoaderClient.cpp226 bool WebLoaderClient::shouldGoToBackForwardListItem(WebPageProxy* page, WebBackForwardListItem* item) function in class:WebKit::WebLoaderClient
228 if (!m_client.shouldGoToBackForwardListItem)
231 return m_client.shouldGoToBackForwardListItem(toAPI(page), toAPI(item), m_client.clientInfo);
H A DWebPageProxy.h214 void shouldGoToBackForwardListItem(uint64_t itemID, bool& shouldGoToBackForwardListItem);
H A DWebPageProxy.cpp517 void WebPageProxy::shouldGoToBackForwardListItem(uint64_t itemID, bool& shouldGoToBackForwardItem) function in class:WebKit::WebPageProxy
520 shouldGoToBackForwardItem = item && m_loaderClient.shouldGoToBackForwardListItem(this, item);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp890 bool shouldGoToBackForwardListItem; local
891 if (!webPage->sendSync(Messages::WebPageProxy::ShouldGoToBackForwardListItem(itemID), Messages::WebPageProxy::ShouldGoToBackForwardListItem::Reply(shouldGoToBackForwardListItem)))
894 return shouldGoToBackForwardListItem;
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h103 WKPageShouldGoToBackForwardListItemCallback shouldGoToBackForwardListItem; member in struct:WKPageLoaderClient

Completed in 95 milliseconds