/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPolicyDelegatePrivate.h | 51 - (BOOL)webView:(WebView *)webView shouldGoToHistoryItem:(WebHistoryItem *)item;
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 95 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
|
D | WebFrameLoaderClient.cpp | 601 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem*) const in shouldGoToHistoryItem() function in WebFrameLoaderClient
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | FrameLoaderClientHaiku.h | 161 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
|
D | FrameLoaderClientHaiku.cpp | 480 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | FrameLoaderClientEfl.h | 166 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
|
D | FrameLoaderClientEfl.cpp | 474 bool FrameLoaderClientEfl::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientEfl
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultPolicyDelegate.m | 109 - (BOOL)webView:(WebView *)webView shouldGoToHistoryItem:(WebHistoryItem *)item
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | FrameLoaderClientAndroid.h | 134 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
|
D | FrameLoaderClientAndroid.cpp | 708 bool FrameLoaderClientAndroid::shouldGoToHistoryItem(HistoryItem* item) const { in shouldGoToHistoryItem() function in android::FrameLoaderClientAndroid
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | FrameLoaderClientWx.h | 163 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
|
D | FrameLoaderClientWx.cpp | 576 bool FrameLoaderClientWx::shouldGoToHistoryItem(WebCore::HistoryItem*) const in shouldGoToHistoryItem() function in WebCore::FrameLoaderClientWx
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.h | 156 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 134 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
|
D | WebFrameLoaderClient.cpp | 877 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::WebFrameLoaderClient
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FrameLoaderClientGtk.h | 143 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
|
D | FrameLoaderClientGtk.cpp | 807 bool FrameLoaderClient::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClient
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | FrameLoaderClientWinCE.h | 138 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
|
D | FrameLoaderClientWinCE.cpp | 257 bool FrameLoaderClientWinCE::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClientWinCE
|
/external/webkit/Source/WebKit/chromium/src/ |
D | FrameLoaderClientImpl.h | 141 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
|
D | FrameLoaderClientImpl.cpp | 1120 bool FrameLoaderClientImpl::shouldGoToHistoryItem(HistoryItem* item) const in shouldGoToHistoryItem() function in WebKit::FrameLoaderClientImpl
|
/external/webkit/Source/WebCore/loader/ |
D | FrameLoaderClient.h | 190 virtual bool shouldGoToHistoryItem(HistoryItem*) const = 0;
|
D | EmptyClients.h | 357 virtual bool shouldGoToHistoryItem(HistoryItem*) const { return false; } in shouldGoToHistoryItem() function
|
D | HistoryController.cpp | 249 if (!m_frame->loader()->client()->shouldGoToHistoryItem(targetItem)) in goToItem()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 153 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
|