Searched refs:shouldGoToHistoryItem (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPolicyDelegatePrivate.h51 - (BOOL)webView:(WebView *)webView shouldGoToHistoryItem:(WebHistoryItem *)item;
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m109 - (BOOL)webView:(WebView *)webView shouldGoToHistoryItem:(WebHistoryItem *)item
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.h134 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
H A DFrameLoaderClientAndroid.cpp709 bool FrameLoaderClientAndroid::shouldGoToHistoryItem(HistoryItem* item) const { function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h166 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
H A DFrameLoaderClientEfl.cpp474 bool FrameLoaderClientEfl::shouldGoToHistoryItem(HistoryItem* item) const function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h161 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
H A DFrameLoaderClientHaiku.cpp480 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.h95 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
H A DWebFrameLoaderClient.cpp601 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem*) const function in class:WebFrameLoaderClient
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.h163 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
H A DFrameLoaderClientWx.cpp576 bool FrameLoaderClientWx::shouldGoToHistoryItem(WebCore::HistoryItem*) const function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderClient.h190 virtual bool shouldGoToHistoryItem(HistoryItem*) const = 0;
H A DEmptyClients.h361 virtual bool shouldGoToHistoryItem(HistoryItem*) const { return false; } function in class:WebCore::EmptyFrameLoaderClient
H A DHistoryController.cpp242 // shouldGoToHistoryItem is a private delegate method. This is needed to fix:
249 if (!m_frame->loader()->client()->shouldGoToHistoryItem(targetItem))
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h141 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
H A DFrameLoaderClientImpl.cpp1120 bool FrameLoaderClientImpl::shouldGoToHistoryItem(HistoryItem* item) const function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h143 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
H A DFrameLoaderClientGtk.cpp807 bool FrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.h156 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.h138 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
H A DFrameLoaderClientWinCE.cpp257 bool FrameLoaderClientWinCE::shouldGoToHistoryItem(HistoryItem* item) const function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h134 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h153 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
H A DWebFrameLoaderClient.mm946 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const
951 return [[view _policyDelegateForwarder] webView:view shouldGoToHistoryItem:webItem];

Completed in 146 milliseconds

12