Home
last modified time | relevance | path

Searched refs:shouldGoToHistoryItem (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/mac/WebView/
DWebPolicyDelegatePrivate.h51 - (BOOL)webView:(WebView *)webView shouldGoToHistoryItem:(WebHistoryItem *)item;
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.h95 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
DWebFrameLoaderClient.cpp601 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem*) const in shouldGoToHistoryItem() function in WebFrameLoaderClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.h161 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
DFrameLoaderClientHaiku.cpp480 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.h166 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
DFrameLoaderClientEfl.cpp474 bool FrameLoaderClientEfl::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultPolicyDelegate.m109 - (BOOL)webView:(WebView *)webView shouldGoToHistoryItem:(WebHistoryItem *)item
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.h134 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
DFrameLoaderClientAndroid.cpp708 bool FrameLoaderClientAndroid::shouldGoToHistoryItem(HistoryItem* item) const { in shouldGoToHistoryItem() function in android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.h163 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
DFrameLoaderClientWx.cpp576 bool FrameLoaderClientWx::shouldGoToHistoryItem(WebCore::HistoryItem*) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.h156 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.h134 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
DWebFrameLoaderClient.cpp877 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.h143 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
DFrameLoaderClientGtk.cpp807 bool FrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DFrameLoaderClientWinCE.h138 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
DFrameLoaderClientWinCE.cpp257 bool FrameLoaderClientWinCE::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.h141 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
DFrameLoaderClientImpl.cpp1120 bool FrameLoaderClientImpl::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebCore/loader/
DFrameLoaderClient.h190 virtual bool shouldGoToHistoryItem(HistoryItem*) const = 0;
DEmptyClients.h357 virtual bool shouldGoToHistoryItem(HistoryItem*) const { return false; } in shouldGoToHistoryItem() function
DHistoryController.cpp249 if (!m_frame->loader()->client()->shouldGoToHistoryItem(targetItem)) in goToItem()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.h153 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;

12