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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderClient.h 132 virtual bool shouldGoToHistoryItem(HistoryItem*) const = 0;
EmptyClients.h 232 virtual bool shouldGoToHistoryItem(HistoryItem*) const OVERRIDE { return false; }
HistoryController.cpp 213 // shouldGoToHistoryItem is a private delegate method. This is needed to fix:
220 if (!m_frame->loader()->client()->shouldGoToHistoryItem(targetItem))
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h 104 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
FrameLoaderClientImpl.cpp 524 bool FrameLoaderClientImpl::shouldGoToHistoryItem(HistoryItem* item) const

Completed in 383 milliseconds