HomeSort by relevance Sort by last modified time
    Searched refs:shouldGoToHistoryItem (Results 1 - 25 of 27) sorted by null

1 2

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

Completed in 353 milliseconds

1 2