Home
last modified time | relevance | path

Searched defs:shouldGoToHistoryItem (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm897 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const function
/external/webkit/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp558 bool FrameLoaderClientWx::shouldGoToHistoryItem(WebCore::HistoryItem*) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientWx
/external/webkit/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp474 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientHaiku
/external/webkit/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp603 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem*) const in shouldGoToHistoryItem() function in WebFrameLoaderClient
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp595 bool FrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClient
/external/webkit/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1090 bool FrameLoaderClientImpl::shouldGoToHistoryItem(HistoryItem*) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClientImpl
/external/webkit/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp673 bool FrameLoaderClientAndroid::shouldGoToHistoryItem(HistoryItem* item) const { in shouldGoToHistoryItem() function in android::FrameLoaderClientAndroid
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp656 bool FrameLoaderClientQt::shouldGoToHistoryItem(WebCore::HistoryItem *) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientQt
/external/webkit/WebCore/loader/
DEmptyClients.h295 virtual bool shouldGoToHistoryItem(HistoryItem*) const { return false; } in shouldGoToHistoryItem() function