Home
last modified time | relevance | path

Searched defs:shouldGoToBackForwardListItem (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebLoaderClient.cpp226 bool WebLoaderClient::shouldGoToBackForwardListItem(WebPageProxy* page, WebBackForwardListItem* ite… in shouldGoToBackForwardListItem() function in WebKit::WebLoaderClient
DWebPageProxy.cpp517 void WebPageProxy::shouldGoToBackForwardListItem(uint64_t itemID, bool& shouldGoToBackForwardItem) in shouldGoToBackForwardListItem() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h103 … WKPageShouldGoToBackForwardListItemCallback shouldGoToBackForwardListItem; member
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp890 bool shouldGoToBackForwardListItem; in shouldGoToHistoryItem() local