HomeSort by relevance Sort by last modified time
    Searched full:shouldgotobackforwardlistitem (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
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);
WebLoaderClient.h 80 bool shouldGoToBackForwardListItem(WebPageProxy*, WebBackForwardListItem*);
WebPageProxy.messages.in 141 ShouldGoToBackForwardListItem(uint64_t itemID) -> (bool shouldGoToBackForwardListItem)
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/Tools/WebKitTestRunner/
TestController.cpp 342 0 // shouldGoToBackForwardListItem
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 103 WKPageShouldGoToBackForwardListItemCallback shouldGoToBackForwardListItem;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 451 0 /* shouldGoToBackForwardListItem */
  /external/webkit/Source/WebKit2/
ChangeLog-2011-02-16 500 (WebKit::WebPageProxy::shouldGoToBackForwardListItem):
506 (WebKit::WebLoaderClient::shouldGoToBackForwardListItem):
    [all...]

Completed in 1412 milliseconds