HomeSort by relevance Sort by last modified time
    Searched refs:shouldGoToBackForwardListItem (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebLoaderClient.h 80 bool shouldGoToBackForwardListItem(WebPageProxy*, WebBackForwardListItem*);
WebLoaderClient.cpp 226 bool WebLoaderClient::shouldGoToBackForwardListItem(WebPageProxy* page, WebBackForwardListItem* item)
228 if (!m_client.shouldGoToBackForwardListItem)
231 return m_client.shouldGoToBackForwardListItem(toAPI(page), toAPI(item), m_client.clientInfo);
WebPageProxy.h 214 void shouldGoToBackForwardListItem(uint64_t itemID, bool& shouldGoToBackForwardListItem);
    [all...]
WebPageProxy.cpp 517 void WebPageProxy::shouldGoToBackForwardListItem(uint64_t itemID, bool& shouldGoToBackForwardItem)
520 shouldGoToBackForwardItem = item && m_loaderClient.shouldGoToBackForwardListItem(this, item);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 890 bool shouldGoToBackForwardListItem;
891 if (!webPage->sendSync(Messages::WebPageProxy::ShouldGoToBackForwardListItem(itemID), Messages::WebPageProxy::ShouldGoToBackForwardListItem::Reply(shouldGoToBackForwardListItem)))
894 return shouldGoToBackForwardListItem;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 103 WKPageShouldGoToBackForwardListItemCallback shouldGoToBackForwardListItem;

Completed in 604 milliseconds